A blog that caters the needs as Magento Tutorial for Magento freshers. One can find helps related to Magento issues. Many Magento Extensions and Magento Modules are discussed in this blog. The blog author has himself developed many Magento extensions and has experience of 40+ Magento websites.
Friday, December 2, 2011
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');
No comments:
Post a Comment