Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

radio button not checked

$('input:radio[checked=false]');
this will also work

input:radio:not(:checked)

or

:radio:not(:checked)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #radio #button #checked
ADD COMMENT
Topic
Name
7+5 =