Recent blog post
-
Making radio buttons deselectable, like checkboxes
Here’s a quick hack to give a set of radio buttons the ability to each turn off like a checkbox would if clicked when already selected. It requires JQuery and you can see it in action on JSFiddle . $('[id*=radio_]').click(function() { previousValue = $(th...
6 weeks ago




Follow Technorati