**Safari only checkbox issue**
This is to let everyone know who is having issues with [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
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
[email protected]
http://jquery.com/discuss/