[jQuery] Re: Changing Class using Jquery

2008-12-04 Thread WebNot
Thanks Paul It worked absolutely perfect. once again thank you very very much. On Dec 5, 3:05 am, Paul Mills <[EMAIL PROTECTED]> wrote: > Here is some basic jQuery that does what you want. > First hide all elements with class="blocked" > Then add click handler to elements with class="a

[jQuery] Re: Changing Class using Jquery

2008-12-04 Thread Paul Mills
Here is some basic jQuery that does what you want. First hide all elements with class="blocked" Then add click handler to elements with class="add" to locate the first hidden within the Category and to remove class="blocked" and show the Add similar click handler for remove element. $('.bloc