My name is Aamir (mostly on #jquery and ot). I have created jquery scrollable tabs http://jquery.aamirafridi.com/jst/ using jquery 1.4 and jQuery UI 1.8.1. It worked as you can see but for your ease I have create a quick demo page:
All i want is to wrap the <li>s of tabs titles and than scroll the tabs. Any idea how can i fix or if you check the code and the wrap stuff i did and tell me a better alternative. I am trying release a newer version but I am really strucked and cannot move forward.
I recommend you track down in which version the change(s) occurred,
between 1.8.1 and 1.8.9. That should be fairly simple with your demo.
Then you can track down which changes were made to the tabs widget in
that release by
(I've removed the changelogs in that range that contain no changes to tabs)
Once you've got a version you think contains the regression you can use
the github commit diff linked from each fix in the changelog to isolate
the specific bug fixes that caused the regression. Once you identify
that you should be able to come up with a minimal test page showing the
regression and we can see whether that bug should be reopened or a new
one created.