jquery-ui-tabs Questions
5
Solved
Does anybody please know how to center-align the tabs in jQuery UI tabs?
(They are left aligned by default and I can't find the aligning option in the doc)
Here is a page where I use it to groups s...
Parma asked 12/5, 2012 at 7:18
4
Solved
With jQuery UI tabs, you can use the select method to run code when a tab is clicked:
$( ".selector" ).tabs({
select: function(event, ui) { ... }
});
But the code is run before the just clicked...
Chondriosome asked 14/11, 2010 at 3:7
20
Solved
I know this specific question has been asked before, but I am not getting any results using the bind() event on the jQuery UI Tabs plugin.
I just need the index of the newly selected tab to perfo...
Barbrabarbuda asked 18/11, 2008 at 20:45
8
I have this code on two pages on my site, but at one page the function doesn't work. Firebug shows me " $(...).tabs is not a function ". I don't understand why, can anyone tell me what is wrong ?
...
Chromate asked 12/1, 2013 at 14:8
7
Solved
This may be a little difficult to explain, but I'll try my best. I have a product page with two tabs, full description and video. These are done using jQuery UI Tabs.
Above this section of the pag...
Meany asked 17/1, 2013 at 16:31
11
Solved
I am using jQuery UI Tabs inside of the jQuery UI dialog window.
I've come across an instance, where I need to find the id of the current tab when clicking on one of the dialog buttons. Looking at...
Unthrone asked 30/4, 2013 at 14:39
9
Solved
I want to remove the outline on an active jQuery UI tab (or at least change the color).
Working from this example, I tried this unsuccessfully:
<style>
#tabs .ui-state-focus
{
outline: n...
Ishmul asked 3/1, 2013 at 17:54
7
Solved
I want to fully customize jQuery UI tabs without breaking the styles of jQuery UI date picker? Is that doable or should I do a custom work and not use jQuery UI tabs?
Antitrades asked 26/2, 2012 at 8:54
7
Solved
I'm a jQuery noob and I'm trying to figure out how to trap the tab selected event.
Using jQuery 1.2.3 and corresponding jQuery UI tabs (not my choice and I have no control over it). It's a nested t...
Bayne asked 4/9, 2010 at 6:26
13
Anyone ever used the tabs (jquery-ui-1.8.9) and pie charts from Highcharts 2.1.4 together? To put it simply, I have multiple tabs, where each tab shows a pie chart with different data. The charts D...
Lorenz asked 16/4, 2011 at 16:54
4
Solved
I've a form which uses jQuery UI based tab to organize different fields. I'm using jquery.validate.min.js for validation. For example some fields have class = "required" which informs the plugin fo...
Redan asked 10/6, 2013 at 7:25
4
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 tex...
Ishmaelite asked 13/11, 2009 at 16:3
4
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 ...
Hindoo asked 8/3, 2011 at 1:44
4
Solved
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 ...
Pendulous asked 25/7, 2011 at 15:35
8
Solved
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 reload...
Novak asked 22/2, 2011 at 0:13
17
I'm using the latest version of the jQuery UI tabs. I have tabs positioned toward the bottom of the page.
Every time I click a tab, the screen jumps toward the top.
How can I prevent this from h...
Catechol asked 28/10, 2008 at 15:44
2
Solved
Hi I'm using angular tab directive.The link for JS fiddle is
AngularJs Tab Directive .My Question is How can I move to second tab from first tab with click of a button?Thanks
<tabs>
<p...
Kiarakibble asked 5/12, 2014 at 8:44
17
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 a...
Module asked 15/9, 2009 at 16:21
8
Solved
I'm using JQuery UI to make tabs in my application. I needed the tabs to be linkable (direct link that opens the page and selects the correct tab). This is done by using a hash tag/fragmented ident...
Rida asked 24/12, 2011 at 12:31
6
Solved
how do i check which tabs is active using jquery tabs?
Wunder asked 29/10, 2010 at 3:57
12
Content of TAB1 is loaded by ajax from remote url. When TAB1 is selected, I have to switch to TAB2 and then back to TAB1 to refresh the loaded content.
How to make TAB1 refresh loaded content when...
Quoth asked 28/10, 2009 at 2:34
2
Solved
HTML:
<div id="tabs">
<ul>
<li><a href="#settings">Settings</a></li>
<li><a href="#fields">Fields</a></li>
</ul>
<div id="...
Indulge asked 25/7, 2013 at 18:41
6
I apologize for this being an open ended question, but I am at a loss.
Since version 1.9 of the jquery UI, they depreciated using the cookie option in order to save the active state of tabs across...
Tentage asked 14/1, 2013 at 4:14
8
Solved
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 co...
Ruthenian asked 17/3, 2010 at 0:46
5
Solved
Is there a way to reload the selected tab I know there is the .load() function. But it wants a tab index and I don't seem to see a way to grab the selected tabs id.
Keitel asked 6/8, 2010 at 19:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.