Please upload a test file with all related content. Hebrew: בבקשה תעלה קובץ XHTML לבדיקה עם כל התוכן הרלונטי. זה כולל את קובץ ה-jQuery בגירסא המתאימה שלו, הקטע כולו של התגים שקשורים ל-Tabs וכן קוד JS מתאים... העלאה של 2 קבצים נפרדים שכל אחד מהם מכיל טקסט בשפה אחרת (אחד עברית ואחד אנגלית) - יעזור.
On Feb 28, 5:30 pm, hitautodestruct <yotam.pr...@gmail.com> wrote: > Yeah, noticed that after the post. > But I fixed that and it's not the problem. > Any other clue as to why it's not working? > > On Feb 27, 10:19 pm, Klaus Hartl <klaus.ha...@googlemail.com> wrote: > > > You have a "#" too much in your panel ids... Should read: > > > <div id="tabs-1"> ... > > > --Klaus > > > On 27 Feb., 17:35, hitautodestruct <yotam.pr...@gmail.com> wrote: > > > > Hi, > > > > I have a problem implementing jQuery tabs using hebrew content in the > > > li and div elements. > > > I get the error "jQuery UI Tabs: Mismatching fragment identifier" when > > > clicking on the tabs. > > > > Everything works perfect when the text is english but when I have > > > hebrew in it it returns the above error. > > > > I am using jQuery 1.2.6 and UI version 1.5.3. > > > Code: > > > <div > > > id="tabHolder"> > > > <ul> > > > > > > <li><a href="#tabs-1">דוגמא</a></li> > > > > > > <li><a href="#tabs-2">דוג</a></li> > > > > > > <li><a href="#tabs-3">דגמא</a></li> > > > > > > <li><a href="#tabs-4">עוד דוגמא</a></li> > > > > > > <li><a href="#tabs-5">דוגמא דוגמא</a></li> > > > </ul> > > > <div > > > id="#tabs-1" class=""> > > > עברית > > > </div> > > > <div > > > id="#tabs-2"> > > > > > > > > > עברית > > > </div> > > > <div > > > id="#tabs-3"> > > > עברית > > > </div> > > > <div > > > id="#tabs-4"> > > > > > > > > > עברית > > > </div> > > > <div > > > id="#tabs-5"> > > > > > > עברית > > > </div> > > > > Is there a tweak or some option to internationalize the tabs? > > > I am using UTF-8 encoding on the page. > > > > Thanks