The jquery-tabs tag has no wiki summary.
7
votes
2answers
2k views
Need currently selected tab ID for jquery tabs
I know I can get the index of the currently selected tab but can I somehow get to the ID (the equivalent of the ui.panel.id if this were triggered by an tab event...but it's not) of the currently ...
5
votes
2answers
219 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
91 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
1answer
2k 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 ...
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
2answers
3k views
JQuery Tools tabs conflicts with JQuery UI
I'm using JQuery tools' tabs feature and at the same time I use JQuery UI.
If I include both JS libraries, Jquery tools with tabs does not work.
How to fix this conflict? Any help is appreciated.
...
4
votes
3answers
2k views
jQuery, multiple tab groups on one page
I am using a nice simple tab example from Soh Tanaka.http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery
I am trying to put multiple tab groups on the same page yet use the same classes for ...
4
votes
1answer
2k views
IE6: select inside jQuery tabs does not render dropdown list
I have a form inside jQuery tabs; I create tabs in a simple way:
$("#tabs").tabs({selected: 1});
The selected index 1 is the tab where form is placed. The problem is, on remote computer with IE6 ...
3
votes
2answers
500 views
use jQuery .tabs() - content overlay page
I am VERY new to jQuery. Just trying to get a feel. I like the tab feature demoed here:
http://jqueryui.com/demos/tabs/#mouseover
I really like this, however I would like it to act a bit more like ...
3
votes
1answer
426 views
Nested jQuery UI Tabs back button history
I'm using the jQuery Address plug-in to make my jQuery UI tabs bookmarkable and compliant to back button history. Works great.
However, I was wondering if it was possible to do provide the same sort ...
3
votes
2answers
161 views
JQuery : Can i have 2 tabs in the same page?
i'm trying to have 2 tabs in the same page, but the first works great, and the second doesn't work at all.
It is possible to have 2 tabs in the same page, if yes, how can i manage that?
Both have ...
2
votes
4answers
67 views
Same ID's in jQuery Tabs
I am using the jQuery Tabs library in a small application. The page has 5 tabs and the content for each page is loaded using Ajax. The problem is, once I load a tab, it remains in the browsers memory ...
2
votes
1answer
46 views
How to jump to a specified tab in a multiple tab make with jquery tools
I'm sorry, i'm absolute newbie in jquery and tools...
I use multiple tabs in my page and i can not create link to open a tab if the link isn't in the wrap of tabs.
Here is my html code :
<a ...
2
votes
2answers
41 views
Jquery validate function
I have a form that is broken down into three different categories: Information, Violations, and Important dates. I need to perform form validation in the information, and Important dates ...
2
votes
1answer
116 views
Google Map API V3 on hidden div
I know this problem is ancient, but I can't seem to find a clear instruction for it.
The gist of the problem is the Google Map wouldn't load completely (partly shown) when it's loaded on a hidden ...
2
votes
1answer
106 views
jQuery UI Tabs - how can I disable top menu?
I'm trying to disable top menu on jQuery UI Tabs - so the tabs would be operated with next/prev buttons only.
Disable option form the doc does not seams to work as expected.
Please see my example ...
2
votes
2answers
117 views
Problem with simple jQuery Tabs
I have a very simple jquery tabs functions that looks like this :
$(document).ready(function() {
//Default Action
$(".tab_content").hide(); //Hide all content
$("ul.tabs ...
2
votes
0answers
194 views
Problem with blank space at the bottom of JQuery tabs
I am using JQuery tabs in my page, and have successfully managed to place the tabs below the content using some borrowed CSS settings/script.
My page has a side bar on the left side, and a menu ...
2
votes
2answers
301 views
Is it possible to cross-fade when switching tabs using jQueryUI Tabs?
So I know it is possible to do this fade-in/fade-out effect with jQuery UI Tabs. And this is the code I have to do it:
$("#Tabs").tabs({ fx: [{ opacity:'hide', duration:1000 },
...
2
votes
2answers
136 views
Add/Removed tabbed data from a form using JQuery
I'm working on a client portal at the moment and with the help of the people on this forum and many hours of blood sweat and tears I have got to this point pictured below.
I now need to complete ...
2
votes
3answers
1k views
jQuery: How to bind an event for the div when it becomes visible?
I've got a div element:
<div id="tab1">
Tab data
</div>.
How to bind a custom event when this div becomes visible (gets display: block;)?
And also I'd like to bind an event when ...
2
votes
2answers
469 views
jQuery core tabs script - multiple instances?
I have the following jQuery script on my site to switch tabs without reloading the page. I'm using jQuery core v1.3.2 (NOT jQuery UI)
<!-- JS -->
<script type="text/javascript">
...
2
votes
2answers
482 views
Accessible semantic jQuery tabs plugin
Just a quick question to see if anyone knows of any jquery tabs plugins that run based on a similar structure to:
<div class="tabs">
<div>
<h4>Tab one</h4>
...
1
vote
2answers
58 views
Jquery ui dialog widget with tabs
I'm looking for a JQuery widget mixing dialog and tabs. The idea is to have the close in the same line as the tabs and an option for the ok/cancel buttons. There is an old entry in stackoverflow, but ...
1
vote
1answer
31 views
jQuery Tab is caching TabID
I defined my jQuery tabs like this:
$('#serviceTabs').tabs({
idPrefix: 'ui-subtabs-',
spinner: 'Retrieving data...',
cache: false,
select: function(event, ui) {
...
1
vote
1answer
25 views
How to get even on tab selection, and get the currently instead of previously selected tab?
I'm using this snippet to bind on select event:
$("#myTabControl").tabs({
select: function(event, ui){
var selectedTabName = $("#myTabControl").find(".ui-tabs-selected").find("span").text();
...
1
vote
4answers
85 views
Enable a tab with jQuery Tabs
I disabled the tab like this:
$("#tabs").tabs({ disabled: [1, 2] });
But when I try to enable one of the tabs it is not working:
$("#tabs").tabs({ enabled: [1] });
Is there something I'm doing ...
1
vote
1answer
51 views
jQuery tabs with dynamic pages
I have a little problem with jQuery Tabs.
I get it to work well. But when I open the pages dynamically (eg. I click to open a new tab for a product) it may be several tabs open to different products. ...
1
vote
1answer
77 views
Jquery-ui. Trouble using “draggable”, “sortable”, and “tabs” together
I started out with this working drag and drop example here.
It works great however when I try to place the drop regions within tabs(Here) it seem to break. It stops working when I try to drop an ...
1
vote
1answer
54 views
jquery tabs - im having trouble making my <li> clickable
This is my tabbed interface, I have a jsfiddle here.
<div class="tabs">
<!-- tabs -->
<ul class="tabNavigation">
<li><a ...
1
vote
2answers
211 views
Highstocks graph width not correctly rendered
Hello I have a problem with highstocks when using jquery tabs.
this is the code for the constructor.
Chart = new Highcharts.StockChart({
Chart = new Highcharts.StockChart({
chart: ...
1
vote
0answers
108 views
Highstocks period scroll not working with jQuery tabs in IE
I am using highstocks to chart a graph in a page within a tab(jQuery tabs) and in the Internet Explorer the period scroll bar(the one right below the graph where you can change the time span being ...
1
vote
1answer
60 views
jQuery Tabs fx on page load
I'm trying to figure out out to animate the tabs loading using jQuery UI. I have the animation working when switching between tabs, but can't seem to find the information on how to make it work on ...
1
vote
2answers
96 views
Selecting a jquery-ui-tab based on its id instead of its index?
Anyone know why the following does not work?
$.each( data.d, function( index, item ) {
// creates the tabs with custom ids
$( "#tabs" ).tabs( "add", "page.aspx?id=" + item.id, item.name )
...
1
vote
2answers
283 views
Browser-like tabs - Jquery UI Tab positioning
I'm working on JQuery UI tab Add/Remove function.
My html is
<div id="dialog" title="Tab data">
<form>
<fieldset class="ui-helper-reset">
<label ...
1
vote
1answer
90 views
How to set the content of a tab in JQuery UI
Using JQuery UI, I would like to set the html content of the currently selected tab, without knowing any id/title in advance. What is the best method for doing so? Thanks!
1
vote
1answer
126 views
jQuery UI Tabs INSTANTLY error (AJAX) when I switch to a different tab
I'm using jQuery UI Tabs. One of my tabs is loaded via AJAX. I have the cache option set to true and everything works perfectly, except... when I click on an AJAX tab, then quickly switch to a ...
1
vote
1answer
103 views
Selecting jQuery tabs from another DIV
I am trying to position links to jQuery Tabs under the tab content, with the tabs navigation in its own DIV (for styling purposes). Here is my markup:
<div id="fpTabs">
<div ...
1
vote
1answer
198 views
jqote template issue with jquery ui tabs(video inside)
I'm using jQote as the templating system for my page. I had a hard time trying to explain what is happening in text so I uploaded a video.
http://www.youtube.com/watch?v=ugw4lIsF0HM
Basically some ...
1
vote
1answer
144 views
Dynamic tabs don't seem to have IDs
I am dynamically adding tabs to my page using the following script:
var tabs = $("#tabs");
$.each(results, function(index, item) {
tabs.tabs("add","get_tab_content.aspx?tab=" + item.key, ...
1
vote
2answers
281 views
Database generate jquery tabs
UPDATE 2:
For simpler scripts, you would use jquery live to work with dynamically created dom. Is that what the problem is here?
UPDATE 1:
I have tried moving the ajax for get_tab_frame.aspx out ...
1
vote
0answers
194 views
jQuery tabs are not working in IE 7 and IE 8
I am using jQuery Tabs in an asp mvc 2 application.
Previously my code worked in all browsers(i.e the tabs were working well):
<ul class="tab-menu">
<li><a href="<%= ...
1
vote
1answer
94 views
How does this site import the content using jQuery UI tabs?
Site: http://www.friendsorenemies.com/
That site has jQuery UI tabs set up with Features, VIP Blogs, and All. But how are they importing the content? Originally, I was thinking I could use a jQuery ...
1
vote
1answer
537 views
jquery tab not selected after page reloaded using window.location.reload(url)
When I click a refresh button on my page the page that reloads doesn't seem to be selectiung the first tab as it usually does with a refresh or reload page?
My jquery tabs are set up as you'd ...
1
vote
1answer
194 views
Why does ui-state-disabled get applied to my elements dynamiclly?
I have an add button for adding new tabs. The tab list is also sortable.
When clicking the button to add a new tab it gets "ui-state-disabled" added to its class dynamically. It's pretty annoying.
...
1
vote
2answers
378 views
How to add a “selected” class to a selected tab anchor using jQuery UI Tabs?
I'm using jQuery UI tabs(). It adds "ui-tabs-selected" to the selected LI, but each LI has an ID because it's different. Due to the multi ID/class bug in IE6, I need to apply a "selected" class to the ...
1
vote
1answer
339 views
Jquery tools tabs customization
i want to do same like it.
we can do tabs easily through jquery(http://flowplayer.org/tools/demos/tabs/skins.html) but i don't know how to display default content on tab content place.pls look image ...
1
vote
0answers
322 views
jQuery Tab - load page only once [closed]
Possible Duplicate:
Horizontal Tab [to load page once]
I need a jQuery horizontal tab pane where clicking on a tab loads an external page in the div, but clicking on it again does not load ...
1
vote
1answer
526 views
jQuery Tools: only one AJAX tab
I would like to use jQuery Tools Tabs, and have a set of regular inline content tabs, and one AJAX tab. But I only see samples of either inline content, OR ajax content. Can I mix them?
1
vote
1answer
546 views
Need to load jQuery UI Tabs dynamic content links through Ajax
I have this jQuery UI Tabs model with only 2 tabs and I need the content to load through Ajax. The problem is that these tabs are loaded inside a jQuery UI Dialog and mid is dynamic. I mean, the ...