[jQuery] Safari Checkbox issue, note to the wise, Cap or Case names

[jQuery] Safari Checkbox issue, note to the wise, Cap or Case names


**Safari only checkbox issue**
This is to let everyone know who is having issues with [@type=checkbox]
in jquery to grab checkbox tags from DOM
ex: $('#el[type=checkbox]').size()
In HTML make sure the tag case match upper or lower case,
for example
type="CHECKBOX" vs type="checkbox"
if the html tag is <input type="CHECKBOX" /> doing a [@type=checkbox]
will not work, i found this out the hard way hehe, so just making sure
anyone else that may have this issue in
upper or lower case works fine with FF and IE, just safari is the picky one.
--
Nilesh B. Patel
www.n-bp.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/