[jQuery] Two different statement to access at the same tag
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