[jQuery] Re: click event is not listening from .html() output

2008-01-02 Thread webophir
> display property). You could start with the "checkall" visible and the > "uncheckall" hidden, then put the .toggle() method inside each click > event. > > I don't know how you're using this, but you might not want the two > links to be exclusive. The

[jQuery] click event is not listening from .html() output

2008-01-02 Thread webophir
Hey all, I am very new to jQuery and becoming a fan of this wonderful framework. Please give me an idea of how to solve this problem if you know howtos. I am trying to create a form with many checkboxes with 'check all' link to check all the checkboxes. It's kind of simple and it is already in