Search and Top Navigation
#5461 closed bug (notabug)
Opened March 31, 2010 05:11PM UTC
Closed July 30, 2010 10:24AM UTC
Last modified October 11, 2012 09:15PM UTC
jquery ui tabs not loading in ie8
Reported by: | rejinky | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi there, I am able to view the jquery tabs fine in Firefox but I don't see any content in IE 8. please help!
<link type="text/css" href="css_folder_here/themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="js_folder_here/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js_folder_here/ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="js_folder_here/ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="js_folder_here/ui/jquery.ui.tabs.js"></script>
<link type="text/css" href="css_folder_here/demos.css" rel="stylesheet" />
<script language="javascript">
$(document).ready( function(){
$("#MyTabLayout").tabs();
});
</script>
<div id="MyTabLayout">
<ul>
<li><a href="link1.cfm">Link 2/a></li>
<li><a href = "link2.cfm">Link 2</a></li>
</ul>
</div>
Please use the forum for support requests like this.