Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Are you running "tabs.tabs();" before "tabs.tabs('paging' ...);" ?  You need to 
initialize the regular jQuery "tabs" plugin on the list before using this 
extension.  If you are doing this and still encountering an error, please 
provide a fully working reduced test case that I can run myself.

Original comment by [email protected] on 27 Dec 2013 at 10:18

from jquery-ui-tabs-paging.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Hi,

Thanks for the reply. I have just copied example that available on this web 
site. Please see attached files.

First I have clicked on continue when I got exception ( exception1.png ) and I 
got output as show in excecption1.png.

Thanks,
Sai

Original comment by [email protected] on 30 Dec 2013 at 2:23

Attachments:

from jquery-ui-tabs-paging.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I can't reproduce the problem with the example you provided in html.txt.  I 
even tried it with the latest jQuery on the Google CDN (jQuery 2.0.3 and jQuery 
UI 1.10.3) and couldn't produce any error in the latest Chrome or IE 11.  
You'll need to provide a complete example (including which version of jQuery or 
jQuery UI).

If you are adding tabs dynamically, you should remove the paging before adding 
your tab then initialize it again...

   jQuery('#tabs').tabs('pagingDestroy');
   ... logic to add tab ...
   jQuery('#tabs').tabs('paging');

Original comment by [email protected] on 28 Jan 2014 at 3:14

from jquery-ui-tabs-paging.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I had this exact problem and it was because I was using the latest version of 
jquery-ui-tabs-paging with JQuery-1.7.2.

I switched to using the legacy version and the problem was solved. 

The key issue was that in later versions of JQuery > 1.7 it appears that 
self.lis was renamed self.tabs.

Original comment by [email protected] on 8 Jul 2014 at 12:59

from jquery-ui-tabs-paging.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
It was the exact issue that I had and it fixed with destroy and recreating 
paging again.

Original comment by [email protected] on 22 Apr 2015 at 2:35

from jquery-ui-tabs-paging.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.