Thursday, 8 August 2013

jQuery addClass and IE - not adding class

jQuery addClass and IE - not adding class

Well, all works fine under FireFox or Chrome but I'm not able to have
added class under IE8/IE10
Code is simple
jQuery(document).ready(function() {
jQuery(".mattblackmenu").addClass("ie10");
});
Link to the site with that code: http://www.nestcasa.com/
Any clue what is going on?
Thanks

No comments:

Post a Comment