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
0
votes
1 answer

checkbox in jquery Tabs different on click behavior in Chrome & Firefox

I have a jquery UI tab with checkboxes on the tab headers like so http://jsfiddle.net/bSdbG/494/ It works fine in Chrome, but in Firefox, if you click the checkbox of the tab that is currently opened, the page will be scrolled to the tab content.…
Erico Chan
  • 1,130
  • 9
  • 10
0
votes
0 answers

jQuery Tabs Require Refresh to Load in IE8?

In IE8, and only IE8, my tabs are not created until the first postback or refresh. I'm betting someone else has experienced this, and knows of a workaround. I'm using jquery-1.7.1.min.js, jquery-ui-1.8.18.custom.min.js It's this simple: //…
0
votes
1 answer

JQuery UI Tabs: Ajax loading of content automatically halts in firebug

I have following html: $(function() { $("#tabs").tabs(); });
beginner_
  • 7,230
  • 18
  • 70
  • 127
0
votes
0 answers

jQuery UI Tabs: Tab Title Text Cuts off with Many Tabs Open

I am having trouble getting jQuery UI Tabs to behave the way I need them to. In Chrome and Firefox they function fine. It's IE7 where I am having trouble, IE7 is a must. Problem: Shown in the image below, if many tabs are opened, the tab at the end…
juicebyjustin
  • 434
  • 7
  • 16
0
votes
1 answer

jquery show hide for edit in tabs

I am using jquery tabs. On each tab, there is a "edit" button which hides the standard text and shows a input box. Problem is, both tabs are affected. I know I can use different classes for each (edit1, edit2, etc.) but what if I have a lot of…
Josh
  • 605
  • 2
  • 8
  • 16
0
votes
1 answer

Add a Google Map into a jquery ui tab

I have to add a Map into a tab, but doesnt work: http://jsfiddle.net/QLMQH/14/ Someone has suggested me to do this: http://jqueryui.com/demos/tabs/#...my_slider.2C_Google_Map.2C_sIFR_etc._not_work_when_placed_in_a_hidden_.28inactive.29_tab.3F But i…
Godfather
  • 4,040
  • 6
  • 43
  • 70
0
votes
2 answers

JQuery - How can I manipulate tabs

How can I manipulate the jquery tab, for example when a submit form is triggered in tab2 then the page selected tab should be the tab2 not the tab1?
aintgel
  • 626
  • 3
  • 12
  • 21
-1
votes
1 answer

Remember last clicked tab on page refresh

been trying to make the browser remember last active tab but couldn't get it right. function ShowMyDiv(Obj){ var elements = document.getElementsByTagName('div'); for (var i = 0; i < elements.length; i++) …
Michael
  • 90
  • 7
-1
votes
3 answers

Tab widgets in jquery not showing at all

I am currently working on a web form and my jquery tabs are not showing when i run the page.I included this inside the header:
ichigo14
  • 63
  • 5
-1
votes
3 answers

Toggle class with bootstrap and jQuery

Im after some advice on the use of jquery and bootstrap if anyone can assist. I have the following HTML
-1
votes
3 answers

Find active tab in ui-tabs in jquery and change color

When i click the tabs the color of the li has to be changed. I tried to remove the previous active class and add active class to the current li. but not working.