Is case sensitive ID for IE avoidable if using YUI 2.8 ?
Posted
by giulio
on Stack Overflow
See other posts from Stack Overflow
or by giulio
Published on 2010-05-14T04:40:56Z
Indexed on
2010/05/14
4:44 UTC
Read the original article
Hit count: 271
I'm using YAHOO.util.Dom.get in IE.
It seems to be case sensitive and YUI (2.8) can't seem to deal with. FF lets you get ID's without case sensitivity issues. I was wondering if there is a way to also do it in IE.
This link says there is a problem. But has YUI been able to get around this ?
© Stack Overflow or respective owner