[jQuery] Question: XPath User's New

2009-05-25 Thread Dustin Wilson
I recently just picked up jQuery and am really astonished with it, but I've found the selectors api a bit lacking because you cannot select text nodes; that's not the end of the world as there are ways around that in some situations. I've run into another road block, and if you knowledgeable guys

[jQuery] Re: Extra AJAX calls being made

2008-07-11 Thread Dustin
Is there any kind of reasons (performance, memory, or otherwise) why I'd be better off just binding them once rather than undbinding and then redbinding the events? On Jul 11, 2:36 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Here is a question though...with the message box (which contains the >

[jQuery] Re: Extra AJAX calls being made

2008-07-11 Thread Dustin
is additive --   > there is nothing to check and see if the event handler is already bound. > Check your logic and make sure you are only binding the event handler to the > button once. > > -- Josh > > - Original Message - > From: "Dustin" <[EMAIL PROTECTE

[jQuery] Re: Extra AJAX calls being made

2008-07-11 Thread Dustin
is additive --   > there is nothing to check and see if the event handler is already bound. > Check your logic and make sure you are only binding the event handler to the > button once. > > -- Josh > > - Original Message - > From: "Dustin" <[EMAIL PROTECTE

[jQuery] Extra AJAX calls being made

2008-07-11 Thread Dustin
I'm working on an app that uses Jquery and the BlockUI plugin. An odd problem I'm having is that there are extra ajax calls being made. For every Ajax call I make, and the number of calls made increments. In other words, the initial ajax call is made by clicking a button in a message I display wit

[jQuery] jqModal and Rounded Corners

2008-04-02 Thread Dustin
I am using jqModal and am trying to get the window to have rounded corners. Does anyone know of a way to accomplish this? Thanks for any help you can provide. -- View this message in context: http://www.nabble.com/jqModal-and-Rounded-Corners-tp16447295s27240p16447295.html Sent from the jQuery

[jQuery] Inner workings of jQuery

2007-09-23 Thread Dustin
I was wondering if someone could explain a few things about the inner workings of jQuery. Recently I've been doing quite a bit of work with Javascript and decided to make a small library to aid in the validation of form data with the main reason being to simply increase my knowledge/skill with JS

[jQuery] Re: $(html) error...I think. Please help, I'm stumped!

2007-08-30 Thread Dustin
ing? > > --John > > On 8/30/07, Dustin Martin <[EMAIL PROTECTED]> wrote: > > > > > Hello everyone! My name is Dustin and was hoping I could get a little > > help with a JQuery problem I've run into. I just started using JQuery > > and have been

[jQuery] Re: $(html) error...I think. Please help, I'm stumped!

2007-08-30 Thread Dustin
o I have just been trying it out but I am certainly open to new and better ideas. ~Dustin On Aug 30, 12:55 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > I notice you are running an "each" method when the "find" is looking for an > id ("#invoice"

[jQuery] $(html) error...I think. Please help, I'm stumped!

2007-08-30 Thread Dustin Martin
Hello everyone! My name is Dustin and was hoping I could get a little help with a JQuery problem I've run into. I just started using JQuery and have been trying out a little AJAX when I ran into a problem. In Firefox (using Firebug) I get the error: ret[i].getElementsByTagName is not a fun