JQuery Cheatsheet
2008 September 2
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
No comments yet

















