Blog from the Loft

Thoughts without walls

Blog from the Loft header image 2

JQuery Cheatsheet

September 2nd, 2008 · No Comments · technology

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:

Tags:

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment