#5829 closed bug (notabug)
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: | [email protected]… | |
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 (8)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.tabs |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Changed 13 years ago by
Attachment: | index.html added |
---|
Changed 13 years ago by
Attachment: | jquery-1.4.2.js added |
---|
Changed 13 years ago by
Attachment: | jquery-ui-1.8.custom.min.js added |
---|
comment:2 Changed 13 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
No my identifier is correct....I have a attach file if you want test it.
comment:3 Changed 13 years ago by
OMG sorry I have loose a " (quote ligne 35) sorry really...close it.
Thanks for answer....
comment:4 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
You probably have an invalid identifier, just like the error says. Please provide an actual test case or ask for help in the forums.