2
votes
2answers
255 views
Initialize content of a jQuery remote tab on initial page load
I'm using the jQuery tabs library to create a set of remote (i.e., ajax loaded) tabs.
However, to avoid the initial page load being empty until the ajax request finishes, I'd like …
0
votes
1answer
37 views
jQuery tabs: Transition happens after mouseover
Hi,
I am using this code:
$(document).ready(function() {
$("#tabs").tabs({
event: 'mouseover',
fx: {
opacity: 'toggle',
duration: 'sl …
0
votes
0answers
12 views
jquery UI overrighting tab
my ajax function gets run and build the new tab dynamically with following code, but it gives error, if tab already exist and its trying to make it again. what i want to know, how …
0
votes
0answers
11 views
jQuery ui tabs anchoring, how to prevent it?
Hi,
I've built a tab navigation, but everytime if i try to access the a certain div using the url with the hash #, it would then anchor to the section, is there anyway to prevent …
0
votes
1answer
25 views
Reload iframe in another jquery tab
I have jquery tabs, in which one tab has an iframe and the other has some settings for the content in the iframe.
When i update any content in second tab, how can i make it to ref …
0
votes
2answers
538 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 simil …
0
votes
1answer
37 views
JQuery Tab - Make Selected tab clickable..
Hello,
I basically need the current selected tab to remain clickable (meaning
the link should still be active).
The content in the tab is loaded through ajax and can change, so t …
1
vote
3answers
32 views
dynamically set width of ul based on combined width of li tags
I'm trying to create a horizontal tab menu. how can i get the combined width of all the li tags and assign the width to the parent UL using jquery?
thanks in advance!
0
votes
0answers
41 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 c …
0
votes
0answers
9 views
Avoid flickering on mousever using jQueryUI tabs rotation
I have 3 tabs that I am rotating using the following:
var $rotate = $('#rotate');
$rotate.tabs({fx: {opacity: "toggle", duration: "fast"},event:'mouseover'})
.tabs('rotate', 400 …
0
votes
0answers
44 views
how to attach effect to jquery live event
I have 3 tabs loading content with ajax and ajax-paginated inside. The following code seems to solve all my needs (the selector is wonky, but it's the only solution I found perfect …
0
votes
1answer
38 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 …
0
votes
2answers
39 views
JQuery UI Tabs - Spinner Background Image
All,
I am using JQuery UI tabs. When a tab is clicked, I want the tab to show the tab title along with a spinner animated gif next to it. When the tab is loaded, the image should …
2
votes
1answer
32 views
Passing selected option in URl to Jquery UI tabs
Is there a way that i can link to a page containing a jquery ui tab set and pass the selected variable in the url link to automatically show a particular tab depending in which lin …
0
votes
2answers
62 views
Reloading Content of Ajax Tab
I'm completely puzzled, I make an ajax call inside a Jquery UI Tab, after that I want to refresh the content of the tab, the function that should be doing it is:
function reloadTa …
