[jQuery] Re: jQuery click actions not functioning in redrawn HTML
binding the events with live() worked, I am all good. Thanks goes to me for answering this I guess. ;-)
[jQuery] Re: jQuery click actions not functioning in redrawn HTML
Okay, I have figured out the problem is due to the new elements not being bound. I am going to try the various methods for correcting this, starting with the live() event.
[jQuery] Re: jQuery click actions not functioning in redrawn HTML
BTW, don't mind the double pound signs, those get escaped by Coldfusion when the page is loaded.