Comments on: JQuery Quirks http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: aladin http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-16285 Wed, 30 Jun 2010 07:10:35 +0000 http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-16285

You should update your post, because since version 1.3 there is a method .live().

Reply  |  Quote
]]>
By: Ian Clifton http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-8589 Tue, 25 Mar 2008 06:00:18 +0000 http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-8589

Don’t worry, these damned computers get the best of us sometimes ;) A coworker was struck by a similar issue today. He was creating a radio button with choices of Yes or No and values set to “1” and “0” respectively. When Django was processing them, it returned them both as True. Funny things, those non-empty strings, haha.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-8579 Mon, 24 Mar 2008 13:54:51 +0000 http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-8579

Actually… That works. I’m dumb. LOL

Reply  |  Quote
]]>
By: Ian Clifton http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-8568 Fri, 21 Mar 2008 18:02:36 +0000 http://www.terminally-incoherent.com/blog/2008/03/21/jquery-quirks-checkboxes/#comment-8568

Does

$(":checkbox").attr("checked", false);

work (no quotes around false)? The removeAttr method makes sense though :)

Reply  |  Quote
]]>