Skip to:
Content
Pages
Categories
Search
Top
Bottom

Jquery ui tabs not working

  • I am running the latest wordpress and buddypress with several plugins:
    BP album+, FB autoconnect, Exec-php, Embed Facebook, Google analyticator, theme-my-login, tiny mce adv, gravity forms and buddypress sitewide activity widget.

    I have jquery working on my homepage in the form of a cycle script but cannot get jquery ui to work using tabs. Does anyone have any ideas why I have used the code in several different ways. Any known conflicts or do I have to include ui from wp/bp itself?

    Help would be really appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anything in your browser’s javascript console?

    Uncaught TypeError: Object [object Object] has no method ‘tabs’

    Should the ui be loaded from within wp/bp? I have tried several different ways of running the jquery script below:

    $(function() {
    $( “#tabs” ).tabs();
    });

    with document and with no conflict mode. Could the problem be where I am calling the ui script?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jquery ui tabs not working’ is closed to new replies.
Skip to toolbar