I can set a radio button to checked fine, but what I want to do is setup a sort of ‘listener’ that activates when a certain radio button is...
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