Tagged Questions
0
votes
1answer
64 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 ...
-1
votes
0answers
66 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
51 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
3answers
80 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
23 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 ...
0
votes
0answers
36 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 ...
0
votes
1answer
37 views
JqueryUI Google Map will not Resize unless clicked
I have written a click function that resizes and recenters the map when the map is clicked.
Is there a way to make the function run automatically when the Tab Loads? This is the function.
...
1
vote
1answer
114 views
Assistance needed - Map does not load properly in JQuery UI Tabs - NOT A DUPLICATE [duplicate]
None of the "Answers" from the other post resolve my issue. Please Read My Post and Attempt to guide me in the right direction
EDIT - EDIT - EDIT
I have updated the java script to include the ...
0
votes
2answers
68 views
If ul has has no children, how can I hide or addClass to a span above it?
So I have a jquery style accordion, with the jquery ui referenced on the page. I am pulling navigation information from a database, and the html structure looks like this:
<div id="accordion" ...
1
vote
2answers
65 views
Set active tab by clicking a link thats outside of the tabs?
Im using the jQuery UI Tabs:
http://api.jqueryui.com/tabs/
How can I make a link on my page thats outside of the tabs, when clicked make a certain tab active? Thanks
0
votes
0answers
47 views
SaveState for more than two datatables browser cookies
I've have 6 datatables in my page . and I use "bStateSave": true for all of them .
But nothing is saved . I reviewed my cache information .I just found 2 datatables in my cache only .
I've removed ...
0
votes
1answer
52 views
JQuery UI Link to a Tab with AjaxContent
I´m using JQueryUI with 2 Tabs (a normal and an ajax one) as follow:
<div class="g12 tab">
<ul>
<li><a href="#tab-general">GENERAL</a></li>
...
0
votes
0answers
102 views
JQuery-UI Tabs and webforms
I am a bit stuck now with a project I am working on. It involves using JQuery-UI tabs to display a series of ASP.NET webforms.
The problem I am having is that the website is setup to use master pages ...
0
votes
3answers
86 views
jQuery UI external tabs plugin issue
After I link an external html - which is a flexigrid table - all the flexigrid formatting and functions become extremely buggy. Has any one had this issue before or have any advice?
This is what I am ...
0
votes
1answer
85 views
How can i change the background color in jQuery.ui tabs
I am trying to change the background color of tabs in jquery.ui tabs.
Normally it works by default color.
My code is
<div id="tabs">
<ul>
<li><a ...