Questions tagged [jquery-ui-tabs]

The Tab widget that forms part of the jQuery.UI library

A tab widget which is a part of the library.

API Documentation

1369 questions
-1
votes
1 answer

How do I validate a form inside a jQuery UI tab?

Cannot seem to validate within the dynamically loaded tab:
-1
votes
2 answers

jQuery tabs: How to avoid display of tabs while loading?

I am using jQuery tabs for displaying certain lists. I was able to make the tabs work. Apparently, it displays all the content while it loads the tabs. Is there a way that I can avoid the loading display?
iamlarissa
  • 69
  • 11
-1
votes
1 answer

Having trouble focusing on the TAB that I was currently working on

So the page I am working on has a repeater that will populate based on people going on a trip. So if i have 4 passengers on this trip and I am saving data on TAB 3 once the page loads again it will focus on TAB 1. I am trying to find a way to focus…
user1566783
  • 399
  • 1
  • 4
  • 18
-1
votes
2 answers

Google Maps cannot Load Properly due to CSS Tabs

http://www.bchomescondos.ca/properties/?city=Richmond&id=261681248 http://www.bchomescondos.ca/properties/?city=Richmond&id=261704393 Above are the sample links where the issue is arising. The actual issue is the Google Map street view is not…
-1
votes
1 answer

Allow a user to move Jquery tabs around ( Re-order them by dragging )

Cant seem to find a clear example of how to do this.. So, I have a bunch of Jquery tabs. Some get created and deleted on the fly by the page. How can I enable them to be "Re-ordered" Ie: A user clicks and drags one to the beginning of the list..? A…
Lynxus
  • 151
  • 1
  • 13
-1
votes
1 answer

How to avoid repetitive html code?

I have 10 links,which are point towards 10 divs with display:none,When I click one link it should make that div appear and the every div contains tabs.Writing tabs code for every div is space consuming and time taking.Is there any way to code less…
lucifer
  • 110
  • 8
-1
votes
1 answer

Extend Jquery ui tab event

Good day. I want to apply such event in all tabs on the page, how can I do it? activate: function (event, ui) { var $t = ui.newPanel.find('table'); // make sure there is a table in the tab if ($t.length) { if…
user988037
  • 29
  • 5
-1
votes
2 answers

JQuery ui tabs by class not updating correctly

Since the jquery-ui tab works with ids instead of class tags, I created a function to generate ids for all my classes. Now I want to add new content and apply the same to that new content, but after adding new content all other tabs stop…
J. Rahmati
  • 735
  • 10
  • 37
-1
votes
1 answer

How can I include both jQuery UI tabs and LiquidSlider library in my page?

I'm trying to build a website with a dynamic content area which should use the Liquid Slider javascript library to navigate between posts and jQuery UI tabs to switcht between tabs inside each post. The tabs were working fine before, but now that…
David Matos
  • 560
  • 2
  • 11
  • 24
-1
votes
1 answer

How to write call back method for jQuery tab add method

What would be a call back method for adding a Ajax jQuery tab? Example: url ="a.jsp"; jQuery("#featur").tabs("add",url,"bio" , modul); // Add tab and content. After response was ready I need to call one more method like changeTextArea(). How to…
user243077
  • 11
  • 4
-1
votes
1 answer

jQuery tabs: fadeIn/fadeOut the content on tab switch

How to trigger fadeIn fadeOut effect in Jquery tabs on switching from one to another
-1
votes
1 answer

more efficient jquery tabs with links

i'm using the code below so i can click on a link INSIDE a tab's content and open up another tab on the same page (without the page jumping). i added a special class to the link ('jump') for those links that i do want to 'jump' to the anchor inside…
-1
votes
2 answers

Refresh content of jQuery UI Tabs Widget

I want to reload the content of one Tab by clicking a button. Here is the re-design of my problem in Fiddle: http://jsfiddle.net/NhTzt/ I don't know how to do that. function clear(){ $("tabs-1").empty(); /* load new content */ } Here is…
Susanne92
  • 217
  • 1
  • 6
  • 21
-1
votes
1 answer

how to show second tab on click of a link in jQuery

there are two links sign-in and register on page top. In page body there are two tabs sign-in and register. When clicked on sign-in it should display sign-in tab and when clicked on register it should display register tab. Both the tabs are present…
Abhijeet F
  • 1
  • 1
  • 2
-1
votes
1 answer

How to open a tab with jquery-ui

I´m trying to open a tab using jquery, here is my code: $("#ecContenedorFolders").tabs({ tabTemplate: "
  • #{label}
  • " …
    linker85
    • 1,601
    • 5
    • 26
    • 44
    1 2 3
    91
    92