[jquery-ui] Tabs widget - How to detemine the tab being selected?

2010-02-20 Thread jdamon
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

Re: [jquery-ui] Tabs : Default css styles loading before jQuery tabs

2010-02-01 Thread Richard D. Worth
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

[jquery-ui] Tabs : Default css styles loading before jQuery tabs

2010-02-01 Thread malena
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

[jquery-ui] Tabs

2010-01-14 Thread Jerry
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

Re: [jquery-ui] Tabs inside Accordian?

2010-01-12 Thread Jörn Zaefferer
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

[jquery-ui] Re: Jquery UI tabs lockable ?

2010-01-12 Thread URBY
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 %>");

[jquery-ui] Tabs inside Accordian?

2010-01-11 Thread MISS_DUKE
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

[jquery-ui] Re: Jquery UI tabs lockable ?

2010-01-08 Thread Steven Black
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

[jquery-ui] Jquery UI tabs lockable ?

2010-01-08 Thread URBY
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

[jquery-ui] Tabs - auxiliary scripts in existing resources used in tabs are not active

2010-01-04 Thread softdaemon
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

Re: [jquery-ui] How to open external link in jQuery ui Tabs?

2010-01-01 Thread Cheng Chi
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

[jquery-ui] Re: Help! jQuery UI Tabs + Microsoft Int ernet Explorer (yes, those dreaded 3 words…)

2009-12-31 Thread Naum
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

[jquery-ui] Re: Help! jQuery UI Tabs + Microsoft Int ernet Explorer (yes, those dreaded 3 words…)

2009-12-31 Thread fbloggs
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

Re: [jquery-ui] Help! jQuery UI Tabs + Microsoft Int ernet Explorer (yes, those dreaded 3 words…)

2009-12-30 Thread fichtre.diantre
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

[jquery-ui] Help! jQuery UI Tabs + Microsoft Interne t Explorer (yes, those dreaded 3 words…)

2009-12-30 Thread Naum
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

[jquery-ui] How to open external link in jQuery ui Tabs?

2009-12-30 Thread Paul
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

Re: [jquery-ui] jQuery UI-Tabs with iframes

2009-12-25 Thread mesterak
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

[jquery-ui] Jquery UI tabs jumping with Rotate

2009-12-18 Thread Vivek
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

[jquery-ui] Tabs within AJAX-created pages

2009-12-18 Thread Ken
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

[jquery-ui] tabs with ajax content and a numeric spinner

2009-12-10 Thread Jason Meckley
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

[jquery-ui] Tabs + Accordion in each tab, auto height issue

2009-12-08 Thread JSiebe
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

[jquery-ui] Tabs with many Divs problem

2009-12-04 Thread rshelby
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

[jquery-ui] Tabs UI, Nested TAbs postback call

2009-12-01 Thread URBY
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

Re: [jquery-ui] Tabs, content outside tabs container

2009-12-01 Thread Richard D. Worth
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

[jquery-ui] Tabs, content outside tabs container

2009-11-30 Thread rossjha
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;

[jquery-ui] JQuery UI tabs

2009-11-27 Thread Sajitha
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

Re: [jquery-ui] Tabs - Get Panel ID ?

2009-11-24 Thread Nate Laws
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

[jquery-ui] Tabs - Get Panel ID ?

2009-11-24 Thread gilson.gdcweb
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

[jquery-ui] Jquery UI Tabs FX only working in one direction

2009-11-23 Thread mehstg1319
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

[jquery-ui] [TABS] Is there any way to pass variable to the server using tabs?

2009-11-23 Thread kmitz
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

[jquery-ui] Jquery UI Tabs FX only working in one direction

2009-11-23 Thread mehstg1319
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

[jquery-ui] Re: Decoupling event and action in jQuery UI Tabs / Accordion

2009-11-22 Thread "Cowboy" Ben Alman
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

[jquery-ui] Re: Decoupling event and action in jQuery UI Tabs / Accordion

2009-11-22 Thread Scott González
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

[jquery-ui] Re: Decoupling event and action in jQuery UI Tabs / Accordion

2009-11-21 Thread "Cowboy" Ben Alman
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

[jquery-ui] Re: Decoupling event and action in jQuery UI Tabs / Accordion

2009-11-21 Thread Scott González
: > 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

[jquery-ui] Decoupling event and action in jQuery UI Tabs / Accordion

2009-11-20 Thread "Cowboy" Ben Alman
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

Re: [jquery-ui] Tabs not showing the right content after clicking various tabs fastly

2009-11-20 Thread Etides
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

[jquery-ui] Tabs not showing the right content after clicking various tabs fastly

2009-11-19 Thread Etides
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

[jquery-ui] Tabs not showing correctly when selecting various tabs fastly

2009-11-19 Thread Etides
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

[jquery-ui] Re: Jquery UI Tabs not initializing in IE

2009-11-17 Thread KazukiTaguchi
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

[jquery-ui] Re: Jquery UI Tabs not initializing in IE

2009-11-14 Thread Anakin
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

[jquery-ui] Jquery UI Tabs not initializing in IE

2009-11-13 Thread MichaelPStone
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

[jquery-ui] jquery UI tabs and dialog modal confirmation issue

2009-11-10 Thread adwen
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

[jquery-ui] Tabs Fade Effect

2009-11-09 Thread Homig
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

[jquery-ui] JQuery UI Tabs - Cookie Issue

2009-11-05 Thread Balu
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

[jquery-ui] jQuery UI Tabs - Preload Content for every tab?

2009-11-05 Thread sentenza
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

Re: [jquery-ui] tabs (...open links in the current tab instead of leaving the page)

2009-11-04 Thread skorp_76
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

[jquery-ui] problem with ajax jquery ui tabs

2009-10-26 Thread nazmul hasan
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

[jquery-ui] Tabs - pulling in specific content with ajax

2009-10-24 Thread Phil Molloy
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

[jquery-ui] tabs selector

2009-10-22 Thread Isaac Earl
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? --~--~-~--~

[jquery-ui] Tabs problem

2009-10-16 Thread yulier
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

[jquery-ui] Tabs - align right

2009-10-15 Thread RP
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.

[jquery-ui] Tabs Widget Losing Cookie

2009-10-15 Thread nickelstar
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

[jquery-ui] Tabs

2009-10-14 Thread Pierre Lechelle
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

[jquery-ui] Tabs ui

2009-10-10 Thread ngreenwood6
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

[jquery-ui] Re: jQuery UI tabs 1.7.2 - how to make the page up & down movement smooth

2009-10-09 Thread Steven Black
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 > >

[jquery-ui] Re: jQuery UI tabs 1.7.2 - how to make the page up & down movement smooth

2009-10-09 Thread Steven Black
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

[jquery-ui] jQuery UI tabs 1.7.2 - how to make the page up & down movement smooth

2009-10-09 Thread DesignGeek
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

[jquery-ui] Tabs - all closed on page load...?

2009-10-08 Thread Warren
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

[jquery-ui] Tabs in IE7

2009-10-06 Thread Leonardo
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

[jquery-ui] Tabs and cluetip difficulty

2009-10-06 Thread Bruce MacKay
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

[jquery-ui] Re: How to use jQuery UI tabs without grouping the tabbed content in the same div?

2009-09-28 Thread Arachnd
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)

[jquery-ui] Tabs: how to get index of removed tab?

2009-09-28 Thread Dirk Wilhelm
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

[jquery-ui] Re: How to use jQuery UI tabs without grouping the tabbed content in the same div?

2009-09-27 Thread Arachnd
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

[jquery-ui] How to use jQuery UI tabs without grouping the tabbed content in the same div?

2009-09-27 Thread DFischer
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? --

[jquery-ui] Tabs with a list in the contents panel

2009-09-27 Thread Liz
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

[jquery-ui] tabs (...open links in the current tab instead of leaving the page)

2009-09-19 Thread John P
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)

[jquery-ui] Tabs in FF

2009-09-15 Thread Matt
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

[jquery-ui] tabs ajax

2009-09-04 Thread Jaggi
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

[jquery-ui] Tabs 1.7.2, how to prevent that all links in a are converted to tabs?

2009-08-31 Thread valderama
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!

[jquery-ui] tabs on IE7 when user changes content

2009-08-24 Thread anibal
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

[jquery-ui] tabs placement

2009-08-16 Thread The Pineapple
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

[jquery-ui] Tabs not working when default changed

2009-08-12 Thread Shawazi
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

[jquery-ui] Re: jQuery UI Tabs Usage Like Twitter About Page

2009-08-12 Thread Richard D. Worth
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,

[jquery-ui] Re: Setting up an external file as link in Jquery UI Tabs

2009-08-12 Thread Miket3
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

[jquery-ui] Tabs mispositioned after browser resize

2009-08-12 Thread csbartus
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/ --~--~-~--~

[jquery-ui] jQuery UI Tabs Usage Like Twitter About Page

2009-08-12 Thread NwP
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

[jquery-ui] Setting up an external file as link in Jquery UI Tabs

2009-08-11 Thread foyle
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...

[jquery-ui] Tabs, Display: none, SEO and Accessibility

2009-08-05 Thread D A
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

[jquery-ui] Tabs + Accordion + Tab FX

2009-08-04 Thread Caffeinated85
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',

[jquery-ui] Tabs: How to change the label

2009-07-27 Thread tobias.br...@me.com
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

[jquery-ui] Tabs: Open external Links in default Tab

2009-07-23 Thread tobias.br...@me.com
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. --~--~-~--~--

[jquery-ui] Tabs - make currently selected tab clickable? to reload dynamic ajax content?

2009-07-23 Thread ChrisJ
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?

[jquery-ui] Tabs: Title attribute value showing as tool tip on mouseover.

2009-07-16 Thread Joe L
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

[jquery-ui] jQuery UI Tabs and Ajax

2009-07-15 Thread havanna
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

[jquery-ui] Tabs ajax loading label

2009-07-15 Thread WR
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

[jquery-ui] Tabs UI CSS...

2009-07-14 Thread Jim Reamer
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

[jquery-ui] Re: Internet Explorer not rendering JQuery UI Tabs

2009-07-09 Thread gmist...@gmail.com
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

[jquery-ui] Internet Explorer not rendering JQuery UI Tabs

2009-07-09 Thread tutwelve
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

[jquery-ui] [Tabs] Refresh an Ajax tab?

2009-07-08 Thread Purno
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

[jquery-ui] Tabs and errors

2009-07-07 Thread David
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

[jquery-ui] Apache 2 Mod_rewrite and Jquery ui tabs

2009-07-02 Thread Paul
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

[jquery-ui] Re: Jquery UI Tabs --- document tree requirements?

2009-06-29 Thread Klaus Hartl
" > > 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

[jquery-ui] Re: Jquery UI Tabs --- document tree requirements?

2009-06-28 Thread Charlie
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.

[jquery-ui] Re: Jquery UI Tabs --- document tree requirements?

2009-06-28 Thread chefsmart
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

[jquery-ui] Re: Jquery UI Tabs --- document tree requirements?

2009-06-28 Thread Klaus Hartl
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

[jquery-ui] Jquery UI Tabs --- document tree requirements?

2009-06-28 Thread chefsmart
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

[jquery-ui] Tabs within tabs screws up my lazy loading

2009-06-26 Thread Steve Holmes
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({

[jquery-ui] tabs ui , links and ajax help please

2009-06-26 Thread Paul
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

[jquery-ui] Tabs on Google Earth

2009-06-23 Thread Eduardo
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   2   3   >