[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. ;-)

[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: Sort losing click association

2009-04-21 Thread rcb17
I don't have an answer, but I posted a very similar question a few minutes ago on this. So I am hopeful it's something basic that we both are missing.

[jQuery] jQuery click actions not functioning in redrawn HTML

2009-04-21 Thread rcb17
Here is my situation. I have a DIV that contains some head and ordered list tags in it. Upon initial load, I hide the contents of the lists with slideUp() and use slideToggle(), and clicking on one of the links in the lists populates the fields in a form. This all works fine, until the form is su