jQuery script works in Firefox but not in IE. Why am I not surprised?
- by Ben Tew
I'm working with the context of a CMS system and trying to turn seperate div's into tabs.
You can see it at http://www.wtvynews4.com/test I've kludged together some code from a tutorial site.
<script charset="utf-8" type="text/javascript">
jQuery(function() {
//When page loads...
$("div[ondblclick$='87119417']").attr("id", "87119417");…