Hi all,
what's the difference between writing these 2 statement for the same
input checkbox:

<input type="checkbox" name="check" id="check" />


1) input:checkbox[name=check]'
2) #check

Thanks in advance.

Luis

Reply via email to