Radio button with Checkbox Behavior 1.0.0
February 25, 2008 - 9:52pm — dharmavir
Download: jquery.radio.checkbox.behave.js.txt
Size: 370 bytes
md5_file hash: 2d6cf3b42a7f85b00da69f92082ef30d
First released: February 25, 2008 - 9:52pm
Size: 370 bytes
md5_file hash: 2d6cf3b42a7f85b00da69f92082ef30d
First released: February 25, 2008 - 9:52pm
Make all your Radio-buttons behave like Checkbox just with this small plugin and single line of code...
Example Usage:
$(document).ready(function(){
$(":radio").behaveLikeCheckbox();
});
