jQuery Script works in all browsers but Chrome
Posted
by Moak
on Stack Overflow
See other posts from Stack Overflow
or by Moak
Published on 2010-04-09T03:30:50Z
Indexed on
2010/04/09
3:33 UTC
Read the original article
Hit count: 407
This site has a script that works in all browsers i tested but Chrome, which i think is strange because it is usually IE that acts up. The error console says
Uncaught TypeError: Cannot call method 'toLowerCase' of undefined
Uncaught TypeError: Object #<an Object> has no method 'set'
however i don't know what to do with this information. Any ideas?
© Stack Overflow or respective owner