Find out whether radio button is checked with JQuery?
I can set a radio button to checked fine, but what I want to do is setup a sort of ‘listener’ that activates … Read more
I can set a radio button to checked fine, but what I want to do is setup a sort of ‘listener’ that activates … Read more
I’d like to do something like this to tick a checkbox using jQuery: $(“.myCheckBox”).checked(true); or $(“.myCheckBox”).selected(true); Does such a thing exist? 4 43