D Blog
Wednesday, February 6, 2013
Select Radio Button
This is a way of selecting a radio button using jQuery.
$(document).ready(function(){ $("input[name='radio_btn_name']").change(function(){ alert("test"); }); });
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)