I have just started using the jQuery UI and the Tabs widget. I want
to be able to determine the tab being selected during the select event
call back. The selected option returns the previously selected tab
index when the select event handler I specified is invoked. The tab
being selected is stil
http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content
On Mon, Feb 1, 2010 at 2:07 PM, malena wrote:
> So I implemented tabs and it looks great on my site, but for some
> reason whenever I refresh the page containing the tabs, the jQuery
> doesn't load until 2 seconds
So I implemented tabs and it looks great on my site, but for some
reason whenever I refresh the page containing the tabs, the jQuery
doesn't load until 2 seconds later. So at first I see the default list
style (bullets) and after 2 seconds I see the jQuery tabs. If i click
on each tab, it works gre
Hi,
I am recently using tabs as my wizard process which has 4 steps. My
design is 1 tab for 1 step. When form in tab1 is submitted, it post
to tab2. In my ajax call back, I need to activate the tab2. So I do $
("#tabs").tabs("select", 1); It send out the url defined in tab2 as
well.
Is there
Yes.
On Tue, Jan 12, 2010 at 8:14 AM, MISS_DUKE wrote:
> Is it possible to put Tabs inside Accordian?
>
> --
> You received this message because you are subscribed to the Google Groups
> "jQuery UI" group.
> To post to this group, send email to jquery...@googlegroups.com.
> To unsubscribe from t
thanks very much steven, it works on single line tabs but does'nt seem
to work fully with tabs with sub tabs
it seems it cant get diable the first tab, here my code including
extra code to retain tab on postback;
$(function() {
var SubcurrTab = $("#<%= SubcurrTab.ClientID %>");
Is it possible to put Tabs inside Accordian?
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to
jquery-ui+unsubscr...@googlegroups.com.
For
See http://jqueryui.com/demos/tabs/#option-disabled
This will disable the second and third tabs.
$('.selector').tabs('option', 'disabled', [1, 2]);
Thereafter, this enables them all:
$('.selector').tabs('option', 'disabled', []);
**--** Steve
On Jan 8, 5:38 am, URBY wrote:
> Hi i was wonde
Hi i was wondering if it would be possible to lock until a user hits a
button.
For example an Admin is adding someone to a database- the Admin is on
the add user tab but after enacting this add process(by input) they
cannot leave this tab until either cancelled or accomplished (both
done by a user
I want to load a content in a page containing tabs ( jQuery 1.3.2 -
jQuery UI tabs 1.7.2) with
General
The script contains some lines as
But this script does not load and the contained page is inactive.
Any ideas ?
(Sorry for my english !)
--
You received this message because you are
http://jqueryui.com/demos/tabs/#...follow_a_tab.27s_URL_instead_of_loading_its_content_via_ajax
On Thu, Dec 31, 2009 at 3:15 AM, Paul wrote:
> I'm wondering if there's a simple way to allow a few tabs to open an
> html document existing on the server instead of only loading the
> selected tab. W
Thanks for the replies!
It seems to be working now, though I have no idea what I did to fix
it.
When it was "broken", all that was displayed was the #pagheader and
the rest of the page was absent (starting with the #pagetabs tabs()
div).
Perhaps it was an unclosed h1 tag that I fixed and soon af
Not sure, but you are getting a JavaScript error in IE which is
related to a Google docs .js file. Instead of embedding a Google doc,
why not just directly embed the image, which is what your menu appears
to be. That would be a lot simpler in terms of rendering.
Duncan
On Dec 30, 1:42 pm, Naum
Hi,
It works pretty well on ie8, so, sorry, I can't help more,
good luck,
Fred
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to
jquery
http://zaxcafe.net
Works in all browsers EXCEPT Microsoft Internet Explorer.
Woefully, all that shows is the page header div. All else is blank.
What did I do wrong? Can anyone help me fix.
TIA
--Naum
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" gr
I'm wondering if there's a simple way to allow a few tabs to open an
html document existing on the server instead of only loading the
selected tab. What do I need to do to make this function correctly?
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group
Please check out this link for a working project using IFRAMEs inside JQuery
UI Tabs: http://www.codeproject.com/KB/aspnet/Homesite.aspx
--
View this message in context:
http://old.nabble.com/jQuery-UI-Tabs-with-iframes-tp22978507s27240p26925253.html
Sent from the jQuery UI Discussion mailing
Hi,
Can anyone help me out with JQ UI Tabs. i am having same problem that
they are jumping the page to the top
Please help me out.
Thanks
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups
I have a page that is basically an empty div at load; pulls multiple
screens into a hidden buffer via AJAX, and then swaps buffered content
in and out of the div as user navigates through the article. Tabs that
work perfectly as standalone pages fail in this environment - I see
the url changing in
I originally started this on the jquery forum, but was redirected to
this forum. here is the original post
http://groups.google.com/group/jquery-en/browse_thread/thread/dfe79943ef15563e.
plugin references:
the spinner is jQuery.ui.spinner 1.10 written by Brant Burnett.
jquery-ui-1.7.2.custom.min.j
Howdy!
I am having an issue with the autoHeight option in accordion instances
within a Tab instance.
My first tab loads it's accordion instance fine and auto expands the
height to match my content just fine. When I switch to tab 2, or 3,
etc. The accordions in those tabs do not auto expand to ma
Hi! I have Tabs working, however, if any of the TAB containers have
divs inside of it(like a left/right div), it seems that the Tab loads
all the data outside the Tab container area(graphically speaking). If
the container div only has HTML in it, it seems to load fine.
Do you guys know any work ar
hi im using jquery with asp.net when a postback happens it went back
to the root of the tabs, after looking for answers on the internet i
found this and it worked
// Tabs declared & checking value
from hidden object to get user location on tabs
$(function() {
var cur
This isn't supported. You need to add an additional container around both
#header and #content and call .tabs on it.
- Richard
On Mon, Nov 30, 2009 at 6:49 PM, rossjha wrote:
> Hi i'm trying to do the following, using jQuery 1.3.2 and UI 1.7.2.
>
>
>$(func
Hi i'm trying to do the following, using jQuery 1.3.2 and UI 1.7.2.
$(function(){$('#header').tabs();
});
.ui-tabs .ui-tabs-hide{
display:none;
tree.php.
Pls help me out.
--
View this message in context:
http://old.nabble.com/JQuery-UI-tabs-tp26537651s27240p26537651.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
--
You received this message because you are subscribed to the Google Groups
"jQue
The current tab should be the only visible tab. So you can do $("#tabs
.ui-tabs-panel:visible").html() to get its content.
On Tue, Nov 24, 2009 at 9:00 AM, gilson.gdcweb wrote:
> I need to get the HTML contents of the current tab.
> I do not know how to do, because the tab has no option but to t
I need to get the HTML contents of the current tab.
I do not know how to do, because the tab has no option but to take the
index or id (buttons), but not the content.
Can anyone help me?
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to th
Hi Guys
Just a quick one. I have a site that features a Jquery UI Tab widget
within one section of an Accordion. I am having a problem with the
effects on this Tab only working when navigating backwards in the list
(i.e. going tab 3, tab 2, tab 1).
When I run forwards through the list of tabs, th
I figured it out (calendar-date-container contains the Unix timestamp
of that day at midnight):
$(".calendar-date-container").click(function() {
var url = 'day.php?t=' + this.id;
$('#tabs').tabs('url', 2, url);
$('#tabs').tabs('select', 2);
return false;
});
--
You received this mess
Hi Guys
Just a quick one. I have a site that features a Jquery UI Tab widget
within one section of an Accordion. I am having a problem with the
effects on this Tab only working when navigating backwards in the list
(i.e. going tab 3, tab 2, tab 1).
When I run forwards through the list of tabs, th
Thanks for the definitive answer, Scott. I was just making some
assumptions based on observations alone.. I didn't know that I was
actually correct!
- Ben
On Nov 22, 10:52 am, Scott González wrote:
> On Nov 21, 11:04 am, "\"Cowboy\" Ben Alman" wrote:
>
> > Right, but how can I do this in a more
On Nov 21, 11:04 am, "\"Cowboy\" Ben Alman" wrote:
> Right, but how can I do this in a more generalized way in 1.7.2?
You can't. You've already made that point. And I've already said that
we need to bring our plugins in line with each other to solve this
problem.
The point is I still don't see a
line with each other. Feel free to create
> a ticket for this.
>
> On Nov 21, 12:18 am, "\"Cowboy\" Ben Alman"
> wrote:
>
>
>
> > So, I'm looking for a generalized method of decoupling event and
> > action in the current 1.7.2 jQuery UI T
:
> So, I'm looking for a generalized method of decoupling event and
> action in the current 1.7.2 jQuery UI Tabs and Accordion widgets.
>
> What do I mean by "decoupling event and action" ?
>
> First, let me say that I may have the terminology wrong. Please
> corre
So, I'm looking for a generalized method of decoupling event and
action in the current 1.7.2 jQuery UI Tabs and Accordion widgets.
What do I mean by "decoupling event and action" ?
First, let me say that I may have the terminology wrong. Please
correct me if there is a better
Great idea. It work very well now and never fail.. thank you
Etienne
Steven Black-2 wrote:
>
> Try use the enable and disable method to prevent the user from
> shuffling tabs during a load.
>
> See http://jqueryui.com/demos/tabs/#methods
>
> **--** Steve
>
> On Nov 18, 5:58 pm, Etides wro
Hi,
I have Jquery tabs that load content from different pages... it
work well but as the tabs take some time to load, they become buggy if
one clic fastly on many tabs... the content of the last tab clicked or
the content of the last 2 or 3 tabs is showed when selecting a tab
instead of the ri
Hi,
I have JQuery tabs that load different web page content and it work
nicely the problem is that sometime the tab take some time to load and
if the user click to others tabs during this time the tabs become buggy...
they begin to show the wrong tab content when selecting (for example th
Hi MichaelPStone
I also had same problem.
Probably you can solve it like below.
$('#tabs').tabs().css(name, value);
I have solved it by adding one style at a time.
Thanks.
Kazuki Taguchi
On 11月14日, 午前3:32, MichaelPStone wrote:
> I'm using the tabs and it works perfectly fine in Opera, F
type="application/javascript" is the wrong i think.
try type="text/javascript".
On 13 Kasım, 20:32, MichaelPStone wrote:
> I'm using the tabs and it works perfectly fine in Opera, FireFox,
> Chrome, and Safari, but completely breaks in Internet Explorer.
>
> I'm using the latest version of Jquer
I'm using the tabs and it works perfectly fine in Opera, FireFox,
Chrome, and Safari, but completely breaks in Internet Explorer.
I'm using the latest version of Jquery UI and Jquery. There is nothing
semantically wrong with the HTML document. The only script I have
running is:
$(documen
Hi,
I have this issue I've been trying to solve but i cannot find an easy
solution to it yet. I'm using jQuery tabs and jquery dialog. In my web
application i have a couple of tabs with forms on them.
Right now if the user does not fill all the required fields it shows a
pop up (dialog- modal con
Hi
How can i use Fade effect with latest jQuery UI?
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to
jquery-ui+unsubscr...@googlegroups.c
All,
I am using the JQuery UI tabs plugin with cookies and so far it works
great. I am calling it as under:
$('#container ul').tabs({cookie: {expires:1}});
The issue is, when a user logs out by clicking a logout link, I want
the cookie to get deleted, so when the user logs back in, w
Newbie question: Is there a way to preload content of every tab when
loading the first tab? Calling the load function multiple times
(chaining) does not work (only the last call to load works).
I need this because fields between tabs are related. A change in the
first tab triggers an ajax call th
Hi!
A little modification, you can retrieve the index of the currently selected
tab.
$('#example').tabs({
load: function(event, ui) {
$('a', ui.panel).click(function() {
//changes the url for the tab itself and reloads it
rather than just loading content into it
Hi all,
I am working with jquery ui tabs with ajax load. its everything OK .
but when first tab is ajax load then after first time load if i do
it refresh or press F5 button... after that no event trigerd. what is
the problem with jquery ui tabs. if any one can please help me.
if first is
Hi,
I want to use tabs to pull in content from static HTML pages.
The idea is that if the user has JS disabled then the tabs link
directly to the static HTML file. This is the default behavior and is
working great.
However, if the user has JS enabled I want to pull in just a certain
part of the
I have a couple questions about using tabs.
Pretty much all the content from my site is going into tabs, but I'm
having some trouble. When I refresh the browser it defaults back to
the first tab. Is there a way to load the same tab content when
somebody refreshes the page?
--~--~-~--~
I got a ui tabs in my page, the first have the content in that page
but the second one load his data from a url. When i click the second
tab the content is load but the javascript included in the response
are no executed at all, i try putting alerts and works,. but with the
original jquery scrip
Hi,
Is it possible to align the tabs to the right without causing problems
with other elements of the CSS? I've tried:
.ui-tabs .ui-tabs-nav li {
border-bottom-width:0 !important;
float:right;
margin:0 0.2em -1px 0;
padding:0;
position:relative;
}
... but that reverses the order of the tabs.
I'm using the tabs widget with the cookie option set as follows:
$("#tabs").tabs({
cookie: {
expires: 1,
name: 'product-tabs'}
});
The problem I'm having is that when I navigate away from the page, the
cookie is gett
Hello,
I use jQuery UI 1.7.2 and jQuery 1.3.2.
I want to use tabs in my page and to load content with Ajax. I use
exactly the same code of the demo (http://jqueryui.com/demos/tabs/
#ajax) and that don't works.
Google chrome console says me : Uncaught Error: WRONG_DOCUMENT_ERR:
DOM Exception 4
I am trying to work with the tabs ui, however I have one issue.
Basically once somebody goes to the page where I have my tabs I want
the data to be static. But right now everytime they switch tabs the
data is getting reloaded. I just want the to be able to go from tab to
tab and have the same cont
ote:
> Hello
>
> I'm using the jQuery UI tabs 1.7.2 and have successfully integrated
> it. However I need some help from you all on the movement of the page
> when I move from one tab to
> another.http://www.dezigncentric.com/Projects/NachleExpress/10082009/contact
>
>
Hi D.G.,
Looking at the source here, it appears that they are using Ariel's
serialScroll plugin.
http://flesler.blogspot.com/2008/02/jqueryserialscroll.html
Also note: this isn't a jQuery-UI Tabs implementation. Looks like
one, though, doesn't it? I'm not 100% sure
Hello
I'm using the jQuery UI tabs 1.7.2 and have successfully integrated
it. However I need some help from you all on the movement of the page
when I move from one tab to another.
http://www.dezigncentric.com/Projects/NachleExpress/10082009/contact.html
Solution requested for:
Eac
Hi there, sorry if this is simple but I'm the tabs UI and would like
the first tab to be shut by default.
How could I achieve this perchance?
Any help appreciated!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"j
Hi all,
I this is a common issues, but I couldn't find a proper solution while
browsing on the internet.
Tabs work fine in firefox, opera, safari...but when it comes to IE7,
tabs are not working.
I mean the tabs are not rendered, and all the div are shown on page.
I have already checked with w3c
Hello folks,
I cannot get cluetip to work in UI-Tabs and I'm seeking help.
Archived solutions to other posts on the same theme point the problem
at binding, but I can't see how that fault is happening on my code.
The following function calls in a table containing text and a bunch of
a tags, with
Anyone?
On Sep 27, 8:43 pm, Arachnd wrote:
> http://flowplayer.org/tools/demos/tabs/index.htmlis a perfect example
> by the way.
>
> On Sep 27, 8:24 pm, DFischer wrote:
>
> > In the jQuery UI examples the concept of using $.tabs(); is as follows
> > (psuedo):
>
> >
> >
> > (href=#some_id)
Hello,
is there a way to get the index of a removed tab?
When i use ui.index in the remove event it returns -1.
Is it correct that the remove event is fired after the tab is removed?
I tried setting a variable to the index in the select event and then
removing that tab, but since another tab ge
http://flowplayer.org/tools/demos/tabs/index.html is a perfect example
by the way.
On Sep 27, 8:24 pm, DFischer wrote:
> In the jQuery UI examples the concept of using $.tabs(); is as follows
> (psuedo):
>
>
>
> (href=#some_id)
> (href=#second_id)
>
> content
> content 2
>
>
> What I
In the jQuery UI examples the concept of using $.tabs(); is as follows
(psuedo):
(href=#some_id)
(href=#second_id)
content
content 2
What I want to do is this:
(href=#some_id)
(href=#second_id)
content
content 2
So basically how do I specify the ul and the divs separately?
--
I need to have a list inside a div inside my tab panel. But every time
I add a list inside a tab panel the widget thinks the content has
ended and closes the content panel. I've been studying the widget
code trying to figure out what to tweak to get around this issue but
I'm stuck. Any ideas?
He
Hello,
First of all, my first experiences with jquery UI have been awesome.
Your example at
http://docs.jquery.com/UI/Tabs#...open_links_in_the_current_tab_instead_of_leaving_the_page
for opening links in the current tab recommends doing this.
$('#example').tabs({
load: function(event, ui)
do the jquery ui tabs work in FF 3.5.3? becuase on the actual
api.jquery.com website, it doesn't even work. any ideas?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to t
right i've noticed that when you have tabs with ajax links that if you
set the first tab to the url of the page your currently on then it
doesn't run the ajax request.
It will run for the subsequent ones that have different urls. What i
want to achieve is the first time the page loads it doesn't
hi everyone!
hope your doing well. i currently have a small problem with the Tabs
widget.
if i have an unordered list (ul) within a tab, and inside a link (a),
then the first link is also changed into a tab link (eg href="#ui-
tabs-6")
how can i supress this behaviour?
thanks a lot in advance!
Hello all,
I'm facing a prob. with tabs in IE7: if the user changes the content
of a tab in-place, for example with an in-place edit widget or an ui-
dialog, this new content is turned into the old content if you switch
to another tab and come back.
neither cache:true or ajaxOptions{cache:false} d
Is it possible at all to place the tabs below the content items rather
than above them?
regards
Andrew
Australia
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email
I have code like this:
blah1.html Page 1
blah2.html Page 2
Loading
$('#tabs_wrap').tabs({
selected : 1,
ajaxOptions : {
complete: function(event, XMLHttpRequest, ajaxOptions) {
// ...
}
}
});
If I click tab 0, it is keeping both tab
See:
http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html
- Richard
On Fri, Aug 7, 2009 at 12:53 PM, NwP wrote:
>
> I'm trying to use jQuery Tabs for a page that needs to have the links
> in a separate div from the content. So, instead of the standard HTML
> required for the tabs,
foyle,
1. jQuery UI TABS doesnt use ajax to display its affects. It uses
CSS. it hides and unhides sections of your page appropriately.
2. What do you mean by OPEN external files? Do you want to display
the code inside them or just execute them when clicked on?
simply add 1 line to any of
ahoy,
i'm using a tab control with 6 tab panels. on resolutions bigger than
1024x768 all works fine but after resizing the browser to 1024x768 (in
FF3, FF3.5, Opera, etc.) the tab panels are positioned 'randomly'.
check this: http://mushkat.ro/2009/08/04/mushkat-dress-1/
--~--~-~--~
I'm trying to use jQuery Tabs for a page that needs to have the links
in a separate div from the content. So, instead of the standard HTML
required for the tabs, it is similar to the HTML below. From what I
can surmise this must be possible somehow because this appears to be
the way that Twitter
I'm currently working on a version of nested Jquery UI Tabs I took
here: http://stilbuero.de/jquery/tabs_3/nested.html
It does work very nicely but I would like to be able to force a few
buttons to simply open external files, such as "index.php",
"info.php", etc...
I'm implementing jQueryUI's Tabs on a site where we want to ensure
that we meet strong SEO and Accessibility requirements.
I just noticed that it's using 'Display: None' to toggle the
visibility of each tab's contents.
I was under the impression that that is bad form in terms of both
accessibili
have arranged within 2 jQuery UI tabs with
2 Accordions each. Now my client would like more distinction when
switching tabs, so I have been trying to implement the following
$(function) {
$("#tabs").tabs({
fx: {
height: 'toggle',
Hello,
i've written a small function to open a link in the first tab
function loadPage(url)
{
$("#content").tabs("url", 0, url);
$("#content").tabs("select", 0);
$("#content").tabs("load", 0);
}
The only problem is, that i can't change the label of the tab to match
t
Hello,
i have a navigation on my page like
test1
test2
test2
and a jquery tab area where my content is displayed
Welcome
Now, when someone is using the navigation i want those links to be
opened in the default tab where welcome.php is displayed by default.
--~--~-~--~--
Hi
Once a tab has been selected, it is no longer clickable -unless you
have set deslectable which allows you to deselect the tab the second
time you click on it.
If a tab is loading Ajax content, is there anyway to make the tab
clickable so you can click on it again and Reload the ajax content?
Hello,
I am using the Ajax method for loading tab content and I am also
using the title attribute in the link to reuse the same , on
which I have the ID set as 'data_div'. This works great, however
when mousing over the tab, I get a tool tip that says "data_div".
This isn't really affectin
Hi together,
I'm really new to jQuery and UI. What I'm trying is to build a view in
CakePHP with the jQuery UI Tabs. The first part, integration the
informations from my Cake controller in Tab 1 to 4 is working.
In Tab 5 and Tab 6 I want to show informations which are in relation
to t
I cannot seem to get the tab "loading" message when content is fetched
with ajax. Instead, the UI seems to lock up for a second before the
content is fetched. This occurs on the tab demo page (as well as in my
own tests) using FF3.5, IE8 on XP. Perhaps there is a setting that I
am missing, or perh
Using the jQuery builder, I'm not getting my Tabs to pick up the
styles in the created CSS. The main thing is the ability to use
multiple Tabbed elements on the same page, but even in the instance
linked below, the tabs aren't working.
http://www.hoosierhoopsreport.com/test/index1.php
Here is
HI Tutwelve,
With IE7 it work perfectly !
but with IE6, an error occure with size of the parent DIV
a "zero width" box with no accoutable parent for tab-1
Regards
tutwelve a écrit :
Hi all,
Thanks so much to anyone who can help me with the following problem.
I'm using JQuery tabs on t
Hi all,
Thanks so much to anyone who can help me with the following problem.
I'm using JQuery tabs on the following page:
http://www.georgiasouthern.edu/magazine2/index.php?option=com_content&id=23
The tabs show perfectly in FF and Safari but do not render at all in
Internet Explorer. Any clues
I use the tabs to open content via Ajax.
In this content I open I have a "remove" link. After the remove link
is clicked (which removes the selected user from the list) I want to
reload the tab.
Is this possible?
--~--~-~--~~~---~--~~
You received this message be
I have an issue that I can't seem to locate anywhere in the docs or in
this group. I am using tabs for the first time. It seems to work
great. But I have a problem in that when a server error occurs, I
don't know whether to send out just the tab contents or a whole page
(that is, if the error occu
Hiya,
Anyone had any issues with apache mod_rewrite rules working via jquery
tabs?
I have some rules that basically redirect certain URLs from HTTP to
HTTPS. They all work fine...except when being called with a tab.
When I call a URL to redirect via a jquery tab, it just hangs with
"Loading" be
"
>
> Regards,
> CM
>
> On Jun 28, 11:34 pm, Klaus Hartl wrote:
>
> > Where else if not into the body would you put *any* html with a
> > content model?
>
> > --Klaus
>
> > On 28 Jun., 15:25, chefsmart wrote:
>
> > > Hi,
>
> > &g
integrating it into an
existing site.
I was trying out the Jquery UI Tabs from the demo site and it works
perfectly when I place it directly under between the
tags. Initially when I nested the divs as shown below (to fit into my
existing website), it did not work.
laus Hartl wrote:
> Where else if not into the body would you put *any* html with a
> content model?
>
> --Klaus
>
> On 28 Jun., 15:25, chefsmart wrote:
>
> > Hi,
>
> > This is my first time using Jquery UI, I'm integrating it into an
> > existing site
Where else if not into the body would you put *any* html with a
content model?
--Klaus
On 28 Jun., 15:25, chefsmart wrote:
> Hi,
>
> This is my first time using Jquery UI, I'm integrating it into an
> existing site.
>
> I was trying out the Jquery UI Tabs from the
Hi,
This is my first time using Jquery UI, I'm integrating it into an
existing site.
I was trying out the Jquery UI Tabs from the demo site and it works
perfectly when I place it directly under between the
tags. Initially when I nested the divs as shown below (to fit into my
existing we
Hello all!
I've created some tabs within tabs. Here is the functions:
$(document).ready(function () {
$("div#tabs").removeClass("ui-tabs-hide");
$("div#tabs").tabs({
cache: true,
duration: 'fast'
});
$(function() {
$("div.tabs_head").tabs({
Hi there, I'm new to the group and i'm hoping someone might be able to
assist me. I only found out that Jquery existed 2 days ago so please
bear with me. This question has probably been answered before but I'm
possibly searching for incorrect terminology...for this, I apologise.
I have a multitud
Hi,
I'm new using jQuery UI,
The last Google Earth version supports Javascript on balloon
descriptions. I'm trying to create tabs using the JQuery UI on a GE
balloon but they don't work properly.
However the accordion works just fine.
Using both together on the same balloon only the accordion wo
1 - 100 of 263 matches
Mail list logo