Tagged Questions
The Tab widget that forms part of the jQuery.UI library
21
votes
10answers
29k views
Problems with Google Maps API v3 + jQuery UI Tabs
There are a number of problems, which seem to be fairly well-known, when using the Google Maps API to render a map within a jQuery UI tab. I've seen SO questions posted about similar issues (here and ...
19
votes
2answers
14k views
jQuery UI Tabs - Available fx options
I haven't been able to find any real documentation on this, so I'm wondering if anyone knows all of the available fx options for jQuery UI Tabs?
The only ones I've seen so far are:
opacity: ...
9
votes
9answers
761 views
Best way to add an extra (nested) form in the middle of a tabbed form
I've got a web application, consisting mainly of a big form with information. The form is split into multiple tabs, to make it more readable for the user:
<form>
<div id="tabs">
...
9
votes
5answers
10k views
jquery ui accordions within tabs
I’ve run into a problem using accordions within tabs, the initially inactive accordions do not render their content correctly when their tab is selected.
Reading around I see the reason for this is ...
7
votes
3answers
8k views
JQuery UI Tabs - “Loading…” message
All,
I am using Jquery UI nested tabs. I was just wondering if there is any way to display an AJAX Spinner image next to the tab text, while the tab is loading. I do not want to change the tab text ...
5
votes
2answers
185 views
jQuery tabs with cookie - If cookie exists?
I have this code:
jQuery(document).ready(function($) {
$( "#tabs" ).tabs({
collapsible: true,
fx: { height: 'toggle', duration: 'fast'},
cookie: { expires: ...
5
votes
2answers
86 views
jquery-ui-tabs content interferance
I am using jquery-ui-tabs to allow users to create their own tabs, then ofcourse switch between tabs as they see fit. The content in the widgets are small widgets which are like mini programs in ...
5
votes
2answers
161 views
jquery UI Tab not scrolling with container
Setup :
I have a containing div which is meant to be scrollable. This is a container for my jquery ui tab div.
Problem:
When I scroll the container in IE8 it scrolls other content in it but the ...
5
votes
3answers
540 views
jquery is undefined in the partial view loaded via ajax in IE
I have a web page consisting a JQuery UI Tabs widget. Tab widget loads the tabs via AJAX. In one of the tab pages (name it DescriptionPage), I have a form which will be submitted via ajaxForm plugin.
...
5
votes
3answers
262 views
Why does 10px + 10px = 10px?
I have the following script where the margin for the . portlet class is behaving strangely:
http://jsfiddle.net/mYx5y/19/
it should be adding 10px around each portlet, which should mean a gap of ...
5
votes
3answers
407 views
jQueryUI tabs - deeplinking into tab content
I am not sure if this is possible at the moment, and the testing ive done seems to offer odd results.
I have on one page a section of 4 tabs, inside these tabs are several sections of text that i ...
5
votes
5answers
7k views
jquery ui tabs major style change
I am using jquery UI tabs and I need to majorly change the styling on it. I need to rempve the background image, the borders, almost everything. I need it to look minimal, and not like it's self ...
4
votes
4answers
158 views
Controls won't get appropriate dimensions in jQuery tab
I'm using the ui-tabs of jQuery. If I open a tab which was closed on page-load, the sub-controls in this tab won't have the full width of the tab. That's because closed tabs get the class ui-tabs-hide ...
4
votes
3answers
937 views
jQuery Tabs UI and Ajax links issue
An ajax and tabs link puzzle. I've been through all the docs and SO and can't get this to work.
What works are the links Non-ajax Tab One. What doesn't work is a direct link to the tabs from another ...
4
votes
1answer
311 views
jQuery UI Tabs — Can the 'cache' option be applied on a per-tab basis?
I'm working on a tabbed UI using jQuery UI AJAX tabs. Some tabs (tabs which are read-only) need to refresh automatically whenever the user leaves and returns to them, while others (tabs which contain ...
4
votes
2answers
401 views
How to know if a tab is enabled on jQuery tabs?
I can't find in the API of jQuery UI Tabs ( http://docs.jquery.com/UI/Tabs) a method to know if a certain tab is enabled or not, I want that because in an event of my application I want to enable a ...
4
votes
1answer
1k views
jQuery UI Tabs Minimal Styling
In my application, I have so far avoided needing to load any jQuery stylesheets at all, but the UI-tabs plugin seems to need some CSS to work at all. OK, fine, but the examples have you loading ALL ...
4
votes
1answer
482 views
JQGrid loading disables(grays out) JQuery UI tab
Hi I am currently using JQGrid inside a JQuery UI Tab. My problem is that when I call the render JQGrid it disables(Grayed out with diagonal stripes).
<script type="text/javascript">
...
4
votes
2answers
2k views
Loading JSON-encoded AJAX content into jQuery UI tabs
We want all of our AJAX calls in our web app to receive JSON-encoded content. In most places this is already done (e.g. in modals) and works fine.
However, when using jQueryUI's tabs ...
4
votes
2answers
2k views
How to stop SWF inside of a jQuery UI tab from reloading
I have a SWF movie inside of a jQuery UI tab, and the problem I'm having is that the SWF gets reloaded everytime I click away from the tab onto another tab, and then click back. I can inspect the DOM ...
4
votes
3answers
8k views
Using jquery tabs with my layout my tabs have a huge gap before they start
I currently have a 2 column site layout, with a footer/header, a fixed width left column which contains a menu, and a right hand column which takes the rest of the available space. My lefthand column ...
3
votes
2answers
79 views
jquery ui tabs events
I'm trying to call a function when a tab is loaded but it seems like the event never fires and I cannot figure out what I am doing wrong.
<div id="tabs" ...
3
votes
7answers
80 views
How to change the class property of <li> in jQuery tab widget
In my script there is a jQuery tab widget. When I click a tab I want to change the class property of the li of the active tab to current.
How can I do it?
HTML:
<ul class="nav-content">
...
3
votes
1answer
37 views
If default tab is selected in init then tabselect event handler doesn't fire
I'm working with jquery ui tabs and trying to set the 'selected' tab to 0 on initialization but it isn't firing the tabselect event. If I set the 'selected' tab to 1 or any other tab the tabselect ...
3
votes
2answers
142 views
TinyMCE inside jQuery UI-tabs doesn't size right in ui-tabs if not on initial selected tab (jsFiddle example)
If TinyMCE is in jQuery ui-tabs, it will only properly size if in the 1st tab (or the tab selected to be open when ui-tabs is created). On every other tab, TinyMCE will only have a couple of lines ...
3
votes
1answer
96 views
CSS builder for tabs
I am looking for a tool to help me generate stylesheets for standard interfaces, like tabs. Something like the jQuery UI theme builder, but lighter.
Thanks for your suggestions!
3
votes
2answers
403 views
is it possible to stick jquery ui tabs inside of a jquery ui dialog
i have a web page that i want to load dynamically (ajax) into a jquery ui dialog. the page has multiple jquery tabs and when i load this into the dialog each tab is showing up as a regular link and ...
3
votes
4answers
1k views
Jquery-ui tabs (ajax)… stop tab reloading url when tab is re-selected
I am using jquery ui tabs and im adding tabs dynamically using .tabs('add'...). The tabs load a url using ajax. The problem is that everytime i click on another tab then come back... the tab reloads ...
3
votes
2answers
1k views
How to add a cross fade to UI tabs?
Hi I copy question from http://forum.jquery.com/topic/how-to-add-a-cross-fade-to-ui-tabs, because I have same question.
Hi all
I have set up a tabbed interface using standard UI tab code.
...
3
votes
1answer
344 views
jQuery two part question - anchor to mimic tab and binding click event
Question
I'd like to have an anchor in the page that performs the same function as the tab.
I was only able to get it to work if I placed something like $('#tabs ul a:first').click() in the ...
3
votes
4answers
2k views
JQuery UI tabs: How do I navigate directly to a tab from another page?
JQuery UI tabs are implemented by named anchors in an unordered list. When you hover over one of the tabs you can see this in the link shown at the foot of the browser:
...
3
votes
5answers
3k views
jQuery validate and tabs
Hi i am using jQuery validate for my form validation.
The form is inside tabs.When i get an error i add an icon to the tab that error exist to be visual by the user
So far so good.
My problem is ...
3
votes
1answer
2k views
Preload JQuery UI tabs in the background
All,
How can I preload all JQuery UI tabs while the first tab is still loading? I have tried the remote:true option, but it didnt work? There should be ajax spinners next to each tab name while the ...
3
votes
1answer
536 views
jquery ui async ajax request set to false causes issues
I have got an issue with our beloved browser IE (all versions) and the tab ui control from jquery. I load my content for the tabs with the ajax option. Problem now is that i have to do that ...
3
votes
3answers
7k views
Getting Target URL from jQuery-UI Tabs
I'm working on a project that makes heavy use of jQuery tabs and Ajax. Loading data into the tabs is simplicity itself, but the data in the tabs needs to be filtered by a select box that sits outside ...
2
votes
2answers
40 views
Initial tab selected by the URL
I have the following code:
JavaScript:
$("ul.iwTabs").each(function() {
$("li a", this).first().addClass("selected");
initialTabId = $("li a", this).first().attr("href");
...
2
votes
1answer
72 views
Is it possible to use jQueryFormWizard with UI Tabs? or any other solution for wizard with tabs and validation
I have a form wizard and trying to achieve tabs for steps and multi-part validation on each step. Some one suggested me to use jQuery Form Wizard. Can any one guide me how to achieve both wizard with ...
2
votes
2answers
155 views
JQuery UI tabs using ajax to load document fragment
I am using JQuery UI tabs and would like to load a fragment from a generated page. However, the whole page is loaded. Here is the code:
<head>
<script ...
2
votes
3answers
200 views
How to Initialize Tabbed Content outside Tabbed Container in jQuery UI tabs?
Is it possible and if so, how would you initialize tabbed content outside of the tabs container element?
The documentation all includes the tabs and the tab content in the same container, example:
...
2
votes
1answer
175 views
Jquery UI tabs, switching to a new tab programatically
I am building a "check-out" like interaction with jQuery UI tabs. This means that the click of a button on the first tab will deactivate the first tab and move to the next. I have been combing through ...
2
votes
2answers
324 views
jquery ui tabs not refreshing in IE
Hello I have a page with some jquery ui tabs on it and they work fine in chrome and firefox but in IE(tested 9) the content always stays the same when a user does an action and the page reloads the ...
2
votes
1answer
509 views
jQuery multiple carousels in jQuery UI tabs do not work properly in Internet Explorer and Chrome
I have a problem in the page whose URL can be seen below:
http://hero.mynet.com/new/
There is a tabbed structure at the middle bottom of page.Each tab consists one carousel working.And each carousel ...
2
votes
1answer
248 views
jquery tabs sortable order cookie
I would like to create a cookie that remembers the order of my jquery tabs. How do I achieve that? I saw that you can create a cookie as well but I really don't know where to begin.
<script>
...
2
votes
1answer
354 views
How to open a link from within jQuery UI Tabs INSIDE said tab
To start, I have viewed this question and it is not the same issue.
Ultimately, I am trying to allow a link with an opened tab, which once clicked fetches the appropriate URL and displays that URL ...
2
votes
0answers
113 views
How to add a function to another jQuery function?
I'm trying to add this short function - which swaps images according to the active tab in jQuery UI Tabs - below to the larger function below, which is the jQuery Address plugin that adds forward/back ...
2
votes
3answers
435 views
help with troubleshooting a jQuery UI Tabs problem on iPad
I would be grateful for some pointers on how to troubleshoot this problem. Quick summary of the situation:
I have a large document (200K) divided into five main sections of inequal length, each of ...
2
votes
1answer
186 views
Videos inside tabs play at the same time in IE & Chrome
I'm using Simple Tabs w/ CSS & jQuery but I’m having issue with IE and Chrome.
I have videos in 3 different tabs; in IE and Chrome all tabs starting playing when pages load, but in Mozila Firefox ...
2
votes
2answers
522 views
jQuery UI Tabs: How to switch to a (ajax) tab without reloading it?
When the caching remains disabled (i.e. cache: false), how can I prevent the tab from loading the remote content again? Essentially, I would like to select a tab but not load it.
2
votes
2answers
2k views
jquery ui tabs not working
I have the following script which does not work. it should be using jquery tabs, but the links are not converting to tabs for some reason:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
2
votes
1answer
817 views
Jquery UI Tabs and spring mvc
I do not really now much about javascript but found on the web the jquery ui tabs and wanted to give it a try.
They work out of the box however when I have within one tab a form that send ...