Posts by Romulo • 121 points
1 post
-
12
votes8
answers95476
viewsA: How to check with jQuery if there is a checkbox checked?
if( $("#id_element").is(":checked") == true/false )
1 post
12
votes8
answers95476
viewsif( $("#id_element").is(":checked") == true/false )