[jQuery] check/uncheck all checkboxes with specific id

2009-06-30 Thread evanbu...@gmail.com
I want to check all of my checkboxes in my form that have an id that begins with 'chkEvent'. Thanks script language=Javascript type=text/javascript $(document).ready(function() { $(#toggleEvents).click(function(event){ $('inp...@type=checkbox]').each( function() { // Begin

[jQuery] Check/Uncheck all checkboxes

2008-01-10 Thread IschaGast
I have a page that looks like this: div class=table-of-contents div class=chapters-title h3input type=checkbox id=chaper-01 /label for=chapter-01Chapter title/label/h3 /div ul class=pages-container li div class=pages

[jQuery] Check/Uncheck all checkboxes

2008-01-10 Thread IschaGast
I have a page that looks like this: div class=table-of-contents div class=chapters-title h3input type=checkbox id=chaper-01 /label for=chapter-01Chapter title/label/h3 /div ul class=pages-container li div class=pages