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

learn more… | top users | synonyms

0
votes
1answer
10 views

How can I bind to jQuery UI tab event click/select/active?

I'm a beginner/intermediate level developer/programmer. I've got jQuery-UI-Tabs that I'm building in jQuery like so (they show up and function fine): var paymentTabs = $('<div ...
0
votes
1answer
34 views

Why are my tab contents not refreshing?

I have a page with several tabs on it. When the user enters a value in a text input and then mashes a button, I want to replace the contents on a particular tab. I have this code (some of the details ...
0
votes
1answer
24 views

Is it possible to fire event on jquery tabs plugin when the tab loads?

I want to fire an event when the tab loads, I already tried something like this: $("#tabInicio").tabs({ activate: function (event, ui) { if (ui.newTab.length != 0 && ...
0
votes
0answers
18 views

Alexa Traffic Graph getting out of the jQuery UI Tabs

I am using the "jQuery UI Tabs" which loads content via Ajax http://jqueryui.com/tabs/#ajax When I place "Alexa Traffic Graph" http://www.alexa.com/siteowners/widgets/graph in any of the tab, that ...
0
votes
1answer
17 views

Initiate jQuery UI Tabs with no tabs active and all panels hidden

I'm using jQuery UI Tabs in a project. I'm wondering if there's an easy way to have all the panels hidden when the document loads, until a tab is clicked. By default jQuery UI starts with an activated ...
-1
votes
1answer
40 views

How can I force the contents of a div to refresh?

I am now able to replace html text dynamically (How can I replace html text dynamically?), but I need the tweets to refresh when the inputQuery val replaces the text/caption/heading, too. IOW, I can ...
2
votes
5answers
75 views

How to set the tab as selected

I have got a task to do tabbed menu.I have four three tabs.I want to change the color of background while selecting it.How can I do this?I want to make the background of selected tab as red. ...
0
votes
0answers
15 views

Why is netflix elbowing all others out of the way?

I'm displaying netflix in a tab, in an iframe, like so: <div id="toplevelTab-Netflix"> <iframe src="http://www.netflix.com" target="_blank" width="100%" height="100%"></iframe> ...
0
votes
0answers
34 views

Weird behaviour of jquery-ui-tabs in chrome (linux)

I have a problem using jquery-ui-tabs under chrome linux on this site: http://www.relaxacion.com I can switch between tabs without problem by clicking on the thumbnails on the right of the video ...
0
votes
1answer
43 views

jquery ui tabs - get loaded tab in load event

I'm using jquery ui tabs (from ui version 1.9.2), and the tabs are loading remotely via ajax. In the API documentation (http://api.jqueryui.com/1.9/tabs/#event-load), it seems to suggest that I can ...
0
votes
1answer
42 views

performing .net postback on jquery ui tab selection

I have a set of tabs on my web form using JQueryUI tabs. When I click on a tab, I want the data on that tab to load (only when I click on the tab). As I don't want to load all tab data on initial ...
0
votes
0answers
20 views

jQuery trigger a tab add

I'm trying to trigger an add event for a tab widget. I'm pretty sure I need to change some of the other code in the add: but until I can get to that point I'll defer. This is the structure I have to ...
0
votes
0answers
22 views

jQuery UI 1.10 Tabs - Off-Left hiding of charts and maps

I have used the off-left approach on the ui-tabs-hide class to get all my chart and maps which are placed in hidden tabs to display correctly. Since jQuery UI 1.9 the ui-tabs-hide class has been ...
0
votes
1answer
50 views

JQuery multiple tag groups in one page

Related question where I got the scripts: jQuery, multiple tab groups on one page jquery conflict with identical scripts So as the title says I have a page that contains multiple tab groups. the ...
11
votes
5answers
197 views

Selecting text in JQuery-UI tab header to clipboard

For a page using JQuery-UI tabs, how can I allow users to select the text in the tab heading? I have some dynamic tabs, and would like the users to be able to select the heading for copying to the ...
0
votes
1answer
56 views

Disqus comment count in jQuery UI Tab title

I'm trying to get the Disqus comment count to show up in the tab title of a jQuery UI tab. Disqus says: Append #disqus_thread to the href attribute in your links. This will tell Disqus which ...
0
votes
0answers
21 views

Why does moving my script references to the bottom of _SiteLayout.cshtml cause the tabs to no longer work?

I'm using jQuery-UI tabs in my site. I've got this: <script src="~/Scripts/jquery-2.0.0.min.js"></script> <script src="~/Scripts/jquery-ui-1.9.2.min.js"></script> <script ...
0
votes
0answers
37 views

can't navigate jQuery-ui tabs with arrow keys when sortable

I am currently using the jQuery UI Widget Factory to extend jQuery UI's tabs and add some additional functionality. One of the things that I am doing is making the tabs sortable with jQuery UI's ...
1
vote
0answers
31 views

using jqtree and jquery ui tabs

I'm trying to create a document managment with editor and stuff. I got following code: <script src="js/ide/lib/codemirror.js"></script> <link rel="stylesheet" ...
0
votes
0answers
27 views

Jquery Tabs not working correctly with Google Graphs with 2nd/3rd tabs

im using google graphs with Jquery tabs on the first tab the graph appears perfect on a percentage, but when run from tabs 2 on wards the box appears the same size but the graph is smaller than the ...
0
votes
1answer
52 views

how to enable just one tab in jquery ui tab

i for create tab in asp.net use jqueryui tab and write this code for create tab <div id="tabs"> <ul> <li class="context-tab"><a id="recent-tab" ...
-3
votes
0answers
21 views

jquery ui tab issue- content not loading [closed]

I have to redesign website layout. They have use JQuery-UI and bluepirnt css frame works. Now I want to change the css in jquery ui ,so using jquery ui theme roller I generate new theme , then I ...
0
votes
0answers
27 views

Reload page on Tab Select

I need to reload the page when I select the first tab so I can reinitialize all sorts of things like title, breadcrumbs etc. When I set the href for the first tab to '/' it just sends it into some ...
0
votes
1answer
56 views

get the current tab in jQuery UI tabs

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 ...
2
votes
1answer
29 views

When using nested tabs with jqueryui, how can you catch events from only the parent widget

I'm using the jqueryui widget, tabs. I'm in a situation where I have tab nested within tabs. I want to handle events from the parent tabs widget only (#tabs) but ignore the nested child (#tabs2). Is ...
0
votes
1answer
45 views

JQuery UI tabs plugin: tabs and content panes in different containers?

Is there no way it's possible to have the tabs and the content panes in two separate containers using jQueryUI tabs? I have this layout: ...
0
votes
1answer
75 views

jQuery Simple tabs with a certain markup

I am wanting to make a simple jQuery tabs, this is going into a cms and uses an editor for the markup so the following markup is really what i need to have to make it easy for the end user to add ...
0
votes
2answers
92 views

How to get a click event outside an iframe when the iframe is clicked

I would like to click in an iframe and open the link in a new tab with jQuery UI, but it does not work, and the new link opens in the same tab. However, if I click on any point on the screen that is ...
0
votes
2answers
102 views

Juice UI Tabs in ASP.NET - How to get active tab ID in code-behind

I'm using Juice UI tabs functionality in ASP.NET, building the tabs dynamically in code-behind, and finding that I can't get the index/ID of the active tab when OnActiveTabChanged is called. So here's ...
-1
votes
0answers
36 views

Why is fancyBox so slow (in my case, anyway)?

On the suggestion of frozenhaart here Why is the lightbox jQuery plugin not working for me? I switched from lightbox to fancybox. It works. However, it seems quite slow. Even running locally, and ...
0
votes
1answer
48 views

Keeping two jquery UI tabs in sync

I'm trying to keep two jquery UI tabs in sync. You can see the tabs here on the homepage. Basically, when clicked on Houston, the other Houston tab should be clicked, and same for Austin. Here is ...
0
votes
0answers
57 views

Jquery UI Tabs with ajax content: Hrefs not working.

Trying to use UI Tabs to replace traditional links. However I have hit a snag with getting the href attribute to resolve to the specified url upon clicking the tabs. Below is my html: <div id = ...
0
votes
0answers
58 views

Upgrade jQuery UI 1.8 to 1.9 widget not working

I'm using jQuery UI tabs widget called Jizmoz Tabs that using jQuery UI 1.8.x, but when I upgrade to 1.9.x the widget not working. (function($, undefined) { if (!$.xui) { $.xui = {}; } var tabs = ...
0
votes
0answers
19 views

JQuery UI tabs: how to start showing effect while hidding

I have a fade effect on hide and show tab in jQueryUI tabs. It works good but when the one tab is hidden then next tab is showing. I would like to start showing effect while hidding effect. How to do ...
0
votes
0answers
36 views

jQuery link directly to 'parent page' tab from dynamic load with .on function

Main page utilizing jQuery tabs loads dynamic data into a div: $(function() { //jqueryui tabs $( "#tabs" ).tabs(); //load dynamic data into div ...
0
votes
0answers
59 views

MVC4 - Render 2 Views from same controller in different action methods

I have a typical scenario where I am stuck up..I did lot of research but not able to find a good solution ..Here is the scenario : I have a Main View and 2 Partial views inside JQuery UI tabs. 1)On ...
1
vote
3answers
78 views

Server-side function throws a php error when accessed through ajax [closed]

I am using CodeIgniter-Bonfire for a web application that lets the site administrator verify or unverify a user's "stuff" (like name and work experience). The admin can just choose from a dropdown ...
0
votes
1answer
47 views

Caching page load in jQuery tabs?

My html: <div id="tabs"> <ul> <li><a href="~/WebAppOne">Web App One</a></li> <li><a href="~/WebAppTwo">Web App ...
0
votes
1answer
170 views

jquery ui 1.10.2 tabs - link to a tab from another page or website

I'm using the most recent JQuery UI Tabs (1.10.2). http://jqueryui.com/tabs/ I need to be able to link to individual tabs from external pages. Maybe the more correct way to say it would be to say ...
0
votes
1answer
43 views

Droppable over event not firing on different tab

When I try to connect 2 lists which are seperated by tabs the over event is not firing on the list on the second tab. Here's my HTML <div id="TabSet" class="tabs"> <ul> ...
0
votes
1answer
170 views

changing the active tab via the url in jquery ui tabs (jquery 1.10.2)

I have seen versions of this question asked but they were asked about older versions of jquery or tabs that weren't part of jquery ui 1.10.2 My question is: what jquery code do I need to add to this ...
0
votes
2answers
218 views

jQuery Tabs animations not working

For some reason I can't get any animations to work with my jQuery UI tabs. I've tried many of the examples from here with no success. Here is how I am laying out my tabs. <div id="tabs"> ...
1
vote
1answer
250 views

Jquery Ui tabs loads to page in asp.net

I am using a jquery Ui tabs in my application In this i am loading three different tabs which has a asp form on each tab. We know that asp page must have only one form so i loaded those contents ...
0
votes
1answer
69 views

Signalr stock sample manipulation

I have downloaded SignalR Sample and tested it. It works like a charm. For testing purposes I have created a new mvc 4 application using single page template and added a partial view that contains the ...
1
vote
3answers
138 views

Next-Prev functionality for the jquery tabs

I need Next, Previous functionality for the jquery tabs on clicking on the Next and Prev html buttons. I am using jquery.1.9.1.js and jquery-ui-1.10.2.custom.js file. I have implemented below code but ...
0
votes
0answers
47 views

How to use Tabs in jQuery-ui with Jeditable

I'm writing a page using sortable Tabs in jQuery UI and Jeditable, a edit-in-place plugin of jQuery. However, Jeditable doesn't work well on titles of tab: it can't submit when I press enter in the ...
1
vote
1answer
78 views

How do you get jQuery tab labels to swap when active and reset?

I am admittedly just learning jQuery. I attempted to search for this but after exhausting my possible avenues of research, I fear I am making my problems worse. Simply I am attempting to use jQuery ...
1
vote
1answer
115 views

How to have tabs on top, bottom and both sides (horizontal and vertical)

I'm trying to use jQuery tabs (see tabs) and create a box with tabs all around it, top, bottom and both sides. I tried to play with jQuery tabs for about 3 hours and I can't figure out. Here is the ...
0
votes
1answer
62 views

jQuery .each loop failing - getting data from HTML objects and parsing to .append

Here's what I'm trying to do: This is what the end result should look like... find all .section elements inside of .tabbed for each .section-title found .section of .tabbed, do this Which is ...
0
votes
0answers
59 views

incorrect backgroud image is displayed on 'ui-state-hover' for ui-icon-circle-close

I am trying to extend jQuery-UI tabs element to display "Close" button. I would like the Close button to change the appearance on the hover event and remove the tab on the click. The code below almost ...

1 2 3 4 5 19