taotao365s / jquery-ui-tabs-paging

Automatically exported from code.google.com/p/jquery-ui-tabs-paging
0 stars 0 forks source link

Jquery UI Version being used #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the Jquery UI tabs are you using? Is any work being done 
to bring it up to a more recent version?

Original issue reported on code.google.com by sneed...@gmail.com on 15 Jul 2009 at 9:48

GoogleCodeExporter commented 8 years ago
I'm very interested in the jQuery 1.3+ version as well! Any chance?

Original comment by mateusz....@gmail.com on 28 Jul 2009 at 10:16

GoogleCodeExporter commented 8 years ago
This version also work with jquery 1.3+ version.

I had to edit the ui.tabs.paging.js file and replace $lis with lis. When I run 
it in
chrome, it was throwing javascript exception. So I had to make this 
modification.

Also, I had to change the right padding for the next button, since next button 
was
wrapping to the next line :

This line :
// calculate the right padding for the next button
buttonPadding = containerWidth - maxPageWidth - buttonWidth - 
($.browser.msie?8:0)

I changed to:
// calculate the right padding for the next button
buttonPadding = containerWidth - maxPageWidth - buttonWidth - 
($.browser.msie?8:0) - 10

please, install latest version of jquery and jquery-ui

I am attaching the modified ui.tabs.paging.js file, that I used in my project.

Required Files:
jquery-1.3.2.min.js
jquery-ui-1.7.2.custom.min.js
jquery.dimensions.js

Original comment by manish.m...@gmail.com on 3 Oct 2009 at 7:05

Attachments:

GoogleCodeExporter commented 8 years ago
I've updated the code with these changes.  Thanks for your contribution.

Original comment by brian.se...@gmail.com on 15 Nov 2009 at 2:51