/ 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.
