ciupaz Wed, 17 Jun 2009 04:03:26 -0700
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