How do I see if a checkbox is ticked in jQuery ?
I tried the following code:
$(#cbx).attr('checked')
but this did not work correctly
How do I see if a checkbox is ticked in jQuery ?
I tried the following code:
$(#cbx).attr('checked')
but this did not work correctly