JQuery is useful, but it is built on top of the idiosyncratic javascript and DOM model. I find the whole environment lack consistency. So here are some quick cookbook style notes on how to do specific things:
Clear all checkboxes in a form
$(”:checkbox”).attr(”checked”,false)
Technorati Tags: jquery
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment