Search and Top Navigation
#5829 closed bug (notabug)
Opened July 15, 2010 02:07PM UTC
Closed July 15, 2010 06:38PM UTC
Last modified October 11, 2012 09:15PM UTC
Tabs Uncaught jQuery UI Tabs: Mismatching fragment identifier.
Reported by: | Kurt | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.8.2 |
Keywords: | Cc: | fwdavy@yahoo.fr | |
Blocked by: | Blocking: |
Description
Do not run for IE8 en Chrome -> Tabs Uncaught jQuery UI Tabs: Mismatching fragment identifier.
<script type="text/javascript" src="js/jquery-1.4.2.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.custom.min.js"></script> for(i in pdata['client']){ $('#tabs ul').append('<li><a href="#tabs-'+i+'">'+pdata['client'][i][0]+'</a></li>'); $('#tabs').append('<div id="tabs-'+i+'><p>'+pdata['client'][i][1]+'</p></div>'); } $("#tabs").tabs();
Attachments (3)
Change History (5)
Changed July 15, 2010 02:34PM UTC by comment:1
component: | ui.core → ui.tabs |
---|---|
resolution: | → invalid |
status: | new → closed |
Changed July 15, 2010 03:08PM UTC by comment:2
resolution: | invalid |
---|---|
status: | closed → reopened |
No my identifier is correct....I have a attach file if you want test it.
Changed July 15, 2010 03:26PM UTC by comment:3
OMG sorry I have loose a " (quote ligne 35) sorry really...close it.
Thanks for answer....
Changed July 15, 2010 06:38PM UTC by comment:4
resolution: | → invalid |
---|---|
status: | reopened → closed |
Changed October 11, 2012 09:15PM UTC by comment:5
milestone: | TBD |
---|
Milestone TBD deleted
You probably have an invalid identifier, just like the error says. Please provide an actual test case or ask for help in the forums.