This Jquery Custom checkbox script display radio buttons for your form based on the jQuery library.
Code:
</strong><strong>$(document).ready(function() {
// ":not([safari])" is desirable but not necessary selector
$('input:checkbox:not([safari])').checkbox();
$('input[safari]:checkbox').checkbox({cls:'jquery-safari-checkbox'});
$('input:radio').checkbox();
}); </strong>
Demo: http://widowmaker.kiev.ua/checkbox/
Download: http://plugins.jquery.com/files/checkboxes_1.zip
Source: http://widowmaker.kiev.ua/checkbox/

Related Listings:
No comments yet.
RSS feed for comments on this post. TrackBack URL