Friday, December 2, 2011

Free Magento extensions

http://visionwidget.com/inspiration/web/374-free-magento-extensions.html

Jquery check if a radio button is checked

If you want to know whether a checkbox is checked or not just replace checkboxid with yours
and you are done.
$('#checkboxid').is(':checked');