A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: radio button

jQuery: How to handle radio buttons

Here is a quick tutorial on how to handle radion buttons using jQuery. < input type="radio" name="empType" value="regular" /> Regular < input type="radio" name="empType" value="temporary" /> Temporary Then the jQuery code: (assuming that you have already included the JS file … Continue reading

Posted in General | Tagged , | 5 Comments