Case sensitive in JQuery class selectors

When you're using jquery's class selectors for example, $('a.lookupScript'), it will work in Mozilla but not on IE. So you gotta make sure that you got the case right. :)

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm