[jQuery] Re: jQuery click actions not functioning in redrawn HTML

2009-04-21 Thread Rob
BTW, don't mind the double pound signs, those get escaped by Coldfusion when the page is loaded.

[jQuery] Re: jQuery click actions not functioning in redrawn HTML

2009-04-21 Thread rcb17
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

2009-04-21 Thread rcb17
binding the events with live() worked, I am all good. Thanks goes to me for answering this I guess. ;-)