This question already has an answer here:
- jQuery is adding a strange attribute to nodes 1 answer
I am facing a problem with this site www.airmaster.dk. In IE 8 the java script is not rendering correctly as it suppose to and I cant figure out why it is happening.
It's rendering the elements something like this:
<DIV class=nav-bar jQuery1830605484465614684="10"><A class=opener-subnav href="javascript:void(0);" jQuery1830605484465614684="8">Genveje</A>
as it suppose to render it like this :
<div class="nav-bar">
<a href="javascript:void(0);" class="opener-subnav">Genveje</a>
chrome, firefox, IE9 and above
IE 8 and below
IE 8 double header and footer close tags
Jquery http://www.speedyshare.com/pHwuX/jquery.main-1.js
Thanks in advance.