The Tab widget that forms part of the jQuery.UI library
1
vote
1answer
10 views
How to make jquery tab non editable/readonly
Is there any way to make content of particular tab non editable or read only .Is there any short hand syntax like for disabling the tab $( ".selector" ).tabs( "option", "disabled", true ); for edit ...
1
vote
0answers
28 views
JQuery UI Tabs:Mismatching fragment identifier: When try to change Div ids
I am using jquery-1.9.1.js and jquery-ui-1.10.3.custom.js for putting jquery tabs in the webpage. When i used div id as tabs-1 it works fine but when I change it with another name tabs are not working ...
0
votes
2answers
22 views
jquery ui tab select method not working
I have two tabs with a submit button on each tab. When the button is clicked, I need to reload the content of that specific tab to get updated data from the server.
if (validStatus()) {
...
0
votes
3answers
44 views
Refresh content of jQuery UI Tabs Widget
I want to reload the content of one Tab by clicking a button.
Here is the re-design of my problem in Fiddle: http://jsfiddle.net/NhTzt/
I don't know how to do that.
function clear(){
...
0
votes
0answers
18 views
Jquery UI Tabs Load and select
I'm using JQuery UI Tabs.
I'm navigating on a button click.
I have 3 tabs. On button click the other two gets activated.
Each tab is a separate jsp file integrated into a single jsp which have ...
0
votes
0answers
9 views
Fancybox link to Jquery tab
I'm using jquery tabs within a Fancybox. When user clicks on Fancybox link, it loads just fine, but how do I get it to load a certain tab?
$(document).ready(function() {
$(".fancybox").fancybox();
...
0
votes
1answer
16 views
jQuery UI Customized Tabs breaking layout
I am having this strange issue with jQuery UI Tabs.
I am using the Widget for a Featured news section in a newspaper website.
My index section works perfectly well, but when I enter some site ...
0
votes
2answers
27 views
JQuery-UI/JQuery tabs not refreshing
I have recently upgraded from jquery 1.4 to Jquery 1.10.1 and jquery-UI to version 1.10.3 and now my refresh tabs functionality is not working.
Here is what I had
$('#tabs').tabs('load', ...
0
votes
0answers
6 views
How to make multiple sets of ui tabs work with jquery 1.6.4?
I made a website using a nice template when jquery 1.6.4 was new. Now I've added two sets of ui tabs using the code below that I found on jquerys site. It works like a charm on all pc's and on all ...
1
vote
0answers
30 views
Jquery UI Tabbed dialog close button not appearing on second and third click
I created two jquery UI dialogs wich has tabbed content inside it.Each tab has some forms,html ect.Also I want to reset the form values on closing.I wrote function in the close event and its almost ...
0
votes
0answers
24 views
Display previous tab on remove a tab jquery ui
I have a widget for the tabs in my web page where I add tabs dynamically, I am trying to remove a tab works fine, but not able to display the previous tab, even though it is in active the respective ...
0
votes
0answers
48 views
jQuery UI Tab screen jump automatic scroll to bottom of window drives me nuts
i'm using jQuery ui tab solution exactly as it is stated here http://jsfiddle.net/fordlover49/XHD5N/
everything works fine, except if i have a tab that has a lot of data, the browser will ...
-3
votes
0answers
38 views
How to build dynamic pages with jquery tabs UI [closed]
I have a form and a submit button inside the 1st TAB.
Everytime form is submited a new tab should be created with the same form (empty) and the button.
How it should be done? Cloning elements? I ...
0
votes
2answers
42 views
jQuery UI Tabs: Ajax within Ajax
I am attempting to rewrite a multi-page website into a SPA using jQuery UI Tabs. In the shell page, one tab references an id within the page, while the rest of the tabs load other pages via AJAX. It ...
-4
votes
0answers
27 views
jquery ui tabs not working with version 1.8.23 but working with 1.9.0 and above [closed]
I am using jquery ui tabs in my page with jquery ui version 1.8.23. (I have to stick with this version :( ). The tabs don't seem to work properly when I use this version. It shows the tabs but each ...