/ Published in: jQuery
Expand |
Embed | Plain Text
$.fn.checkRadioValue = function () { if ($(".radioClass:checked").val() == "True") { // Do something } else { // Do something else } }
You need to login to post a comment.
reynish on 09/15/11
3 people have marked this snippet as a favorite
$.fn.checkRadioValue = function () { if ($(".radioClass:checked").val() == "True") { // Do something } else { // Do something else } }
You need to login to post a comment.