[jQuery] Re: function won't fire inside ajax-loaded box - new to jquery

2009-07-03 Thread Rick Faircloth
Hi, Keith... I'm not sure what the final solution will be for your particular issue, especially since your are using "home-grown ajax", but I will say that I deal with DOM-injected code all the time by using the livequery plug-in available for jQuery. It's designed for just this purpose...to appl

[jQuery] Re: function won't fire inside ajax-loaded box - new to jquery

2009-07-03 Thread Charlie
"The only thing I can attribute to this not working is the fact that the form is loaded after the document is technically 'ready'." That is it exactly, there is a live() function in jquery with limited event handling as well as livequery plugin that binds events to future data transpar3nt wr