[jQuery] Re: jquery tabs not on the same row! help please!

2009-11-24 Thread AdyLim
Thanks Everyone for your help! Sorry for being incognito! I've had a dose of the flu! The problems all seemed to a mix of everything everyone has said here..but the main one was that my page was using a masterpage where there were 3-divs inside each other...then the contentpanel (which is where t

[jQuery] Re: jquery tabs and dynamic content

2009-11-18 Thread Peter
The link you gave, just fixed the height of the container. But if you want to do so, you can first: 1.) when document ready, show all tabs at first 2.) loop though and get the height of each to choose the max 3.) hide all tabs (left the default show) On Nov 18, 10:34 am, danito wrote: > Hello pe

[jQuery] Re: Jquery Tabs FOUC (Hide inactive tab panel)

2009-11-16 Thread StephenJacob
Here is the example page: http://www.turnstylecreative.com/new/work.php I've also tried the follow tutorial with no luck. http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content On Nov 16, 10:56 am, StephenJacob wrote: > Does anyone have any experience with the Jquer

[jQuery] Re: Jquery Tabs

2009-11-12 Thread StephenJacob
After further research it appears they are both doing the same thing when loading content. Does anyone have any suggestions or experience working with things like this? I understand that Jquery can not "tabify" the content until the page is loaded.. there for, the HTML must load the page and then

[jQuery] Re: Jquery Tabs

2009-11-12 Thread StephenJacob
Issue Resolved. I stopped using the Jquery Tabs and started using http://flowplayer.org/tools/demos/tabs/index.html On Nov 12, 11:06 am, StephenJacob wrote: > I'm having an issue, which seems common, when loading tab content > using the Jquery Tab plugin. It seems the content loads on the page

[jQuery] Re: jQuery Tabs -- Long content in hidden tabs

2009-11-09 Thread Dave Methvin
If this is UI Tabs you should ask in the jQuery UI group.

[jQuery] Re: jquery tabs

2009-10-10 Thread Karl Swedberg
I think you'll have more success getting an answer if you post the question to the jquery-ui group. That group is dedicated to questions such as yours that are specifically related to jQuery UI. http://groups.google.com/group/jquery-ui/ Thanks! --Karl Karl Swedberg www.english

[jQuery] Re: jquery tabs

2009-10-10 Thread ngreenwood6
Anyone at all have any ideas how to make the tabs not reload when you change between them? ngreenwood6 wrote: > > I have created a tabbed item. There are 2 tabs on called first the other > second. Now when tab1 is clicked it should show the tab1 item and the same > for tab2. This is working h

[jQuery] Re: Jquery tabs load external file that uses a jquery plugin

2009-10-10 Thread Karl Swedberg
I'm not sure I quite understand the problem you're having, but it sort of sounds like you could solve the problem by putting code you want to execute after content is loaded into the callback function of the ajax load method. So, using your words below, ajax load the external load file into

[jQuery] Re: Jquery tabs load external file that uses a jquery plugin

2009-10-09 Thread dylanmac
Anyone? No one can answer this? Seems like this must come up all the time. On Oct 6, 1:17 pm, dylanmac wrote: > I have a set of jqueryui tabs that, when clicked, load in their > content dynamically. It works great, except that one of the pages uses > a jquery plugin itself. This results in two

[jQuery] Re: jquery tabs doesn't work under IE

2009-08-05 Thread bary white
Whole page is only template. The jQuery elemet is purple box called "dynamic box" - it should change by itself each 2.5 seconds and after click on red "box 1" buttons next to it. I've changed something in the code, now it works under ie, but when you chose "box 3" - the box will move on the end of

[jQuery] Re: jquery tabs doesn't work under IE

2009-08-05 Thread MorningZ
I don't see that page working for FF3.0 even. it's your use of the code, not the code itself On Aug 5, 8:33 am, bary white wrote: > here is my site:http://testlayout.cba.pl/ > tabs don't work under IE - all div's are visible. I should add some > code? I thought that jquery works under all

[jQuery] Re: jquery tabs (ajax tabs with a form submit)

2009-06-30 Thread Cesar Sanz
Hi, You are posting to the wrong group. There is a group for jquery.ui where you can get faster answers http://groups.google.com/group/jquery-ui?hl=en Best Regards - Original Message - From: "psycho_gamer" To: "jQuery (English)" Sent: Tuesday, June 23, 2009 5:30 PM Subject: [jQ

[jQuery] Re: jquery tabs (loading remote content and form submit)

2009-06-25 Thread Lee R Lemon III
If I remember correctly the tabs plugin has can fire a function you can then use jquery to collect all the values from that form page... and send them via ajax to a jsp that will post this datayou will likely want to set a Unique ID of some sort so you can handle if they go back and change

[jQuery] Re: jquery tabs 3 - problems to send the hash to url

2009-06-11 Thread GaryM
Okay, figured it out: $nav = $(".mainNav ul").tabs({ // set url hash to selected tab select: function(event, ui){ document.location.hash = "t" + $(ui.panel).attr("id"); } }); // go to tab set in url

[jQuery] Re: jquery tabs 3 - problems to send the hash to url

2009-06-11 Thread GaryM
I've done something similar in order to reload the correct tab if the user refreshes or bookmarks: --- $nav = $(".mainNav ul").tabs({ // set url hash to selected tab select: function(event, ui){ document.location.hash = $(ui.panel).attr("id");

[jQuery] Re: Jquery Tabs, want to remove white line under selected tab

2009-03-26 Thread Martin
Here is the CSS .ui-tabs .ui-tabs-hide { display: none; } #tabs ul li a { background:#ECEDFC none repeat scroll 0 0; /* first tab is blue like the panel */ /* background: none; */ text-indent:0; font-size:100.01%; line-height:1.4; padding:0.5

[jQuery] Re: Jquery Tabs, want to remove white line under selected tab

2009-03-26 Thread acamar
Hello again Martin It's CSS question as well :). It would be helpful if you reveal your code. But as I suppose the margin-bottom: -1px on tabs may help resolve the problem. On 26 мар, 14:56, Martin wrote: > Hello, > > My Jquery Tags are working perfectly.  But the only problem I am now > experi

[jQuery] Re: Jquery Tabs shown Horizontally in Firefox but shown Vertically in IE...?

2009-03-26 Thread Martin
Hello Acamar, You were correct it was a CSS issue, some css defining another link was getting mixed up with the tab links. Once I specified the separate link more precisely using a class qualifier (i.e. was now , the problem was resolved. Thanks for your help... Martin On Mar 26, 3:46 am,

[jQuery] Re: Jquery Tabs shown Horizontally in Firefox but shown Vertically in IE...?

2009-03-25 Thread acamar
Hi! It's not jQuery related question but CSS. Can you show your CSS rules for the tabs? On 25 мар, 19:59, Martin wrote: > Hello, > > I am using Jquery Tabs in a webpage and the problem I am having is > that the tabs are shown correctly in Firefox (Horizontally), but > incorrectly in IE (Vertical

[jQuery] Re: jQuery tabs problem with language

2009-02-28 Thread Dor
Please upload a test file with all related content. Hebrew: בבקשה תעלה קובץ XHTML לבדיקה עם כל התוכן הרלונטי. זה כולל את קובץ ה-jQuery בגירסא המתאימה שלו, הקטע כולו של התגים שקשורים ל-Tabs וכן קוד JS מתאים... העלאה של 2 קבצים נפרדים שכל אחד מהם מכיל טקסט בשפה אחרת (אחד עברית ואחד אנגלית) - יעזור.

[jQuery] Re: jQuery tabs problem with language

2009-02-28 Thread hitautodestruct
Yeah, noticed that after the post. But I fixed that and it's not the problem. Any other clue as to why it's not working? On Feb 27, 10:19 pm, Klaus Hartl wrote: > You have a "#" too much in your panel ids... Should read: > > ... > > --Klaus > > On 27 Feb., 17:35, hitautodestruct wrote: > > > Hi

[jQuery] Re: jQuery tabs problem with language

2009-02-27 Thread Klaus Hartl
You have a "#" too much in your panel ids... Should read: ... --Klaus On 27 Feb., 17:35, hitautodestruct wrote: > Hi, > > I have a problem implementing jQuery tabs using hebrew content in the > li and div elements. > I get the error "jQuery UI Tabs: Mismatching fragment identifier" when > cl

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread m.ugues
Sorry for the OT. I have this example: MOVIMENTI DETTAGLIO SALDO BONUS I would like to load every tab content (movimenti.htm/ dettagl

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread Klaus Hartl
Well, with Tabs 2 you could actually do: $('#box').tabs({ remote: true }); --Klaus On 29 Jan., 13:08, jampov wrote: > I love you stepahn. A million thanks.

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread jampov
I love you stepahn. A million thanks.

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread Stephan Veigl
$("#tabs a").click(function() { $.get( $(this).attr("href"), function(data) { $("#contaioner").html(data); }); return false; }); see also: http://docs.jquery.com/Ajax and (since I guess you are German speaking): http://www.ajax-community.de/javascript/5951-jquery-ajax-ergebnis-ins-dom

[jQuery] Re: jQuery Tabs

2009-01-15 Thread Eric Garside
Ah, thanks. :) On Jan 15, 5:23 am, "Richard D. Worth" wrote: > jQuery UI 1.6rc4 is not compatible with jQuery 1.3. You can either grab the > svn trunk > > http://docs.jquery.com/UI/Subversion > > or wait until tomorrow as 1.6rc5 (which will be compatible with 1.3) is > coming today. > > - Richar

[jQuery] Re: jQuery Tabs

2009-01-15 Thread Richard D. Worth
jQuery UI 1.6rc4 is not compatible with jQuery 1.3. You can either grab the svn trunk http://docs.jquery.com/UI/Subversion or wait until tomorrow as 1.6rc5 (which will be compatible with 1.3) is coming today. - Richard On Wed, Jan 14, 2009 at 11:30 AM, Eric Garside wrote: > > Anyone having tr

[jQuery] Re: Jquery Tabs issue, linking to another tab from within the same document...

2008-12-31 Thread Ted
Ok, how do I implement this code: var $tabs = $('#example').tabs(); // first tab selected $('#my-text-link').click(function() { // bind click event to link $tabs.tabs('select', 2); // switch to third tab return false; }); I'm also looking at the bit of code that looks like this: $(".se

[jQuery] Re: Jquery Tabs issue, linking to another tab from within the same document...

2008-12-31 Thread Ted
Yes, that is correct. On Dec 31, 7:33 am, Klaus Hartl wrote: > I assume you're using UI Tabs... > > http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste... > > --Klaus > > On 30 Dez., 19:09, Ted wrote: > > > > > I'm having a problem with Jquery's tab plugin. > > > Specifically,

[jQuery] Re: Jquery Tabs issue, linking to another tab from within the same document...

2008-12-31 Thread Klaus Hartl
I assume you're using UI Tabs... http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself --Klaus On 30 Dez., 19:09, Ted wrote: > I'm having a problem with Jquery's tab plugin. > > Specifically, I've got a page with a couple of tabs. On that page, in >

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-10 Thread Illah
Yes, definitely a lot of KBs, but when developing we had the debate on whether to compromise on the visuals and features to improve load times. Ultimately we felt the visuals are more important than the text, so we made the call. I think those on a slower connection are used to a little lag time

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-10 Thread Illah
Awesome, putting it inline after the carousel divs did the trick on a test page I created! Believe it or not I've been looking for a solution to this for appx. 6 months...admittedly it was a passive search, but I'm amazed the solution was so simple! It should only take an hour or so to tweak the

[jQuery] Re: jQuery Tabs -- Are disjointed tabs possible?.

2008-12-10 Thread ripcurlksm
Hey guys, i dont know what happened but I posted a picture/mock of what I wanted and now the photo is gone.. ?? Anyway its solved-- I wanted to have one tab on the left, then a series of tabs on the same line, but on the right side... someone suggested floating the tabs I wanted on the right and

[jQuery] Re: jQuery Tabs -- Are disjointed tabs possible?.

2008-12-10 Thread webRat
I wonder if he means tabs that are connected to nothing? o_O Wouldn't they just be called... buttons? :) On Dec 9, 9:51 pm, donb <[EMAIL PROTECTED]> wrote: > First, we have to know what 'disjointed' means...

[jQuery] Re: jQuery Tabs -- Are disjointed tabs possible?.

2008-12-09 Thread donb
First, we have to know what 'disjointed' means... On Dec 9, 4:53 pm, ripcurlksm <[EMAIL PROTECTED]> wrote: > -- > View this message in > context:http://www.nabble.com/jQuery-TabsAre-disjointed-tabs-possible-.-t... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: jQuery Tabs -- Are disjointed tabs possible?

2008-12-09 Thread George
not sure. Probably yes, but first you need to be able play with CSS so static HTML can be aligned like that. Try something like this. Tab1 Tab2 Tab3 George. On Dec 9, 4:54 pm, ripcurlksm <[EMAIL PROTECTED]> wrote: > Is this possible with jQuery tabs? To seperate certain tabs and push them to

[jQuery] Re: Jquery Tabs 2 CSS styles?

2008-12-09 Thread Klaus Hartl
Well, it can't work because nowhere in your HTML is a class named "tabs-container2". The plugin itself (older versions) adds the class "tabs-container" to the tab panels - that's why you're not seeing it in the initial HTML and why that width is applied to both tab sets. You can see that class tho

[jQuery] Re: jQuery tabs: want ajax call to only fire once

2008-12-08 Thread Klaus Hartl
Set cache option to true. http://docs.jquery.com/UI/Tabs/tabs#options --Klaus On 20 Nov., 01:11, nemozob <[EMAIL PROTECTED]> wrote: > I'm using jQuery tabs and wanted to load the non-active tab content > via ajax. It looks like the default method loads the remote content > each time. > > What

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-08 Thread ricardobeat
Forgot to say, if you're adding the script just after the elements you don't need to wrap it in jQuery(function(){ or ready() or anything. On Dec 8, 4:51 pm, Illah <[EMAIL PROTECTED]> wrote: > Forgot the link: > > http://www.grooveeffect.com/ > > On Dec 8, 10:31 am, Illah <[EMAIL PROTECTED]> wrot

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-08 Thread ricardobeat
That's a whole lot of KBs to load! You can write your carousel call in an inline

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-08 Thread Klaus Hartl
You can include the script after the HTML it works with, for example right before the closing body tag, and not use the ready handler: jQuery.noConflict(); jQuery('#latest > ul').tabs({ fx: { opacity: 'toggle' } }); jQuery('#carousel > ul').tabs({ fx: { opacity: 'show' }

[jQuery] Re: jQuery tabs - anyway to fire the script prior to onload?

2008-12-08 Thread Illah
Forgot the link: http://www.grooveeffect.com/ On Dec 8, 10:31 am, Illah <[EMAIL PROTECTED]> wrote: > I use jQuery tabs for a carousel (see link below) but the problem is > the script doesn't fire until the page is fully loaded.  On slower > connections, or depending on if my ad network is pipin

[jQuery] Re: jQuery Tabs: CSS Bug

2008-11-12 Thread rolfsf
looks like you need to clear your float you could probably just add clear:both to the ui-tabs-panel rule ui-tab-panel { clear: both; } (assuming Klaus' ie-specific display: inline-block isn't working for whatever reason) On Nov 12, 2:45 pm, ripcurlksm <[EMAIL PROTECTED]> wrote: > I am ha

[jQuery] Re: jQuery Tabs: CSS Bug

2008-11-12 Thread Klaus Hartl
Sounds like a Doctype issue. The CSS you are using was only tested with IE in standards mode. Do you use a Doctype? --Klaus On 12 Nov., 23:45, ripcurlksm <[EMAIL PROTECTED]> wrote: > I am having problems with the gray line that is supposed to appear at the > bottom of the tabs. Instead it is ap

[jQuery] Re: jquery tabs on ajaxed content

2008-10-27 Thread gryzzly
anyone? On Oct 27, 11:27 am, gryzzly <[EMAIL PROTECTED]> wrote: > I have this markup structure: > >     Some Title >     ...some content... >     more spans like this (around 100, depends on particular ajax > page I am loading, might change due to the content changes) >     >     Some Titl

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Tan YL
Never mind I used another tutorial in the end. Thanks for your help! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Tuesday, September 23, 2008 9:21 PM To: jQuery (English) Subject: [jQuery] Re: jquery tabs cannot put inside

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Tan YL
Do I replace both? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Tuesday, September 23, 2008 9:21 PM To: jQuery (English) Subject: [jQuery] Re: jquery tabs cannot put inside the tab I took a quick look at the tutorial, I gues

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Klaus Hartl
I took a quick look at the tutorial, I guess its the line $(’#tabs div’).hide(); // Hide all divs that hides your inner div (hide all, no?). You will have to adapt the selector to your needs, like adding a class to the divs you want to be hidden or just hide all the divs that are a direct child

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Klaus Hartl
Well, I can't tell anything from what I have here. Could you put what you have online somewhere? --Klaus On Sep 23, 2:27 pm, tyliong <[EMAIL PROTECTED]> wrote: > no it definitely has something to do with jquery. once i remove jquery > from my javascript library but keep my css files and have ju

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread tyliong
no it definitely has something to do with jquery. once i remove jquery from my javascript library but keep my css files and have just the javascript that was on the tutorial i can see the hello( hello i put in the tab). If i remove all my css files i still cannot see the hello. On Sep 23, 7:23 p

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Klaus Hartl
This usually works fine and it should. You should probably check your CSS... --Klaus On Sep 23, 7:21 am, tyliong <[EMAIL PROTECTED]> wrote: > Hi, > > I have followed the tutorial > herehttp://apricotstudios.wordpress.com/2008/08/29/jquery-tabs-tutorial/ > everything is working except one thing

[jQuery] Re: Jquery Tabs inside a Tab

2008-08-30 Thread Klaus Hartl
So you need to reset the nested tabs whenever you select a parent: $('#ddetail_tabs ul').tabs({ select: function(e, ui) { $('ul.tabs-nav', ui.panel).tabs('select', 0); } }); --Klaus On Aug 28, 6:00 pm, Sridhar Gowda <[EMAIL PROTECTED]> wrote: > Hi, > > I am using >  http://cse-

[jQuery] Re: jQuery tabs and cookies

2008-06-16 Thread Isaak Malik
It was just that I misplaced the cookie option, I had put it in the fx part while it should have been outside of it. Thank you for your answer. On 6/16/08, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > > That looks correct. Did you not forget to include the cookie plugin? > > > --Klaus > > > > On 15

[jQuery] Re: jQuery tabs and cookies

2008-06-15 Thread Klaus Hartl
That looks correct. Did you not forget to include the cookie plugin? --Klaus On 15 Jun., 18:34, "Isaak Malik" <[EMAIL PROTECTED]> wrote: > Oups, it was a mistake at my side, corrected code: > > $(function() > { >   $('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie: > {expi

[jQuery] Re: jQuery tabs and cookies

2008-06-15 Thread Isaak Malik
Oups, it was a mistake at my side, corrected code: $(function() { $('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie: {expires: 7, path: '/'}}); }); -- Isaak Malik Web Developer

[jQuery] Re: jquery tabs: removing old loaded content from DOM

2008-05-05 Thread motob
CORRECTION: remove the quotation marks from the jQuery selector like this: $(ui.instance.$panels).remove("ui-tabs-hide"); On May 5, 8:57 am, motob <[EMAIL PROTECTED]> wrote: > Assuming that you are using ui.tabs()... > > You can utilize some callback functions that are provided with > ui.tabs()

[jQuery] Re: jquery tabs: removing old loaded content from DOM

2008-05-05 Thread motob
Assuming that you are using ui.tabs()... You can utilize some callback functions that are provided with ui.tabs() such as show(), or select(). Each callback function gets passed to it the ui.tabs object which you can use to access those hidden panels. Then you can do what Leanan suggested: $("ul

[jQuery] Re: jquery tabs: removing old loaded content from DOM

2008-05-05 Thread Leanan
There are a lot of different tabs plugins but I'm guessing you're using the jquery UI tabs? You should try using firefox w/ firebug, and take a look at the classes the tabs are given when they are selected / hidden (or read the docs on that plugin as they should have that info as well). I don't

[jQuery] Re: jquery tabs bind to tabselect

2008-04-05 Thread Klaus Hartl
Try (with latest version from SVN): var $tabs = $('.ui-tabs-nav').tabs({ select: function(ui) { alert( $('a', $tabs).index(ui.tab) ); } }); Maybe it is a good idea to attach the index to the ui object, so that you could do: alert(ui.index); or something similiar... this que

[jQuery] Re: jquery tabs: For ajax tabs, how do I trigger event handler when tab loads?

2008-03-08 Thread Klaus Hartl
$('#tabcontent > ul').tabs().bind('load.ui-tabs', function(e, ui) { // do something after content has been loaded }); http://docs.jquery.com/UI/Tabs#Events --Klaus On Mar 7, 9:57 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Jquery tabs from here > --http://www.

[jQuery] Re: jQuery Tabs - Can I Do This?

2008-01-06 Thread McLars
Klaus Hartl wrote: > Hi Matt, currently external tabs like that are not supported. So far I > was reluctant to implement that 1. to avoid bloat and 2. to me that > seems unexpected behavior to have a tab open in a new window I agree. At a minimum, you might at least add some sort of indication (v

[jQuery] Re: jQuery Tabs - Can I Do This?

2008-01-05 Thread Matt Quackenbush
Klaus, thank you very much for your input and thoughts on the topic, as well as the link. Interesting reading, indeed. I shall most definitely give more thought to the task at hand. Stephen, thanks also for the potential solution. I sincerely appreciate it. jQuery is awesome, and this list is

[jQuery] Re: jQuery Tabs - Can I Do This?

2008-01-05 Thread Klaus Hartl
On 5 Jan., 23:35, "Matt Quackenbush" <[EMAIL PROTECTED]> wrote: > I'm using the Tabs plugin, and have a question. > > >     My First Tab >     My Second Tab >     http://www.someothersite.com/";>My Third > Tab > > >     // my content > > >    // my other content > > > Is it possible to get t

[jQuery] Re: jQuery Tabs - Can I Do This?

2008-01-05 Thread [EMAIL PROTECTED]
Gday Matt, Not sure if there is a way to ignore the TABS functions, but what about just placing an onclick event. Either directly on the link, or bind it via jQuery onload. Just add a class as a hook, like... http://www.someothersite.com/"; rel="http:// www.someothersite.com/" class="offsite" >

[jQuery] Re: JQuery Tabs not loading on first click

2007-11-25 Thread sukhminder
Thanks Klaus - worked perfectly. On Nov 23, 9:34 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 23 Nov., 12:39,sukhminder<[EMAIL PROTECTED]> wrote: > > > > > > > Tabs are not loading on the first click. I have a link which is like: > > > Headlines > li> > > > when user clicks on this it calls th

[jQuery] Re: JQuery Tabs not loading on first click

2007-11-23 Thread Klaus Hartl
On 23 Nov., 12:39, sukhminder <[EMAIL PROTECTED]> wrote: > Tabs are not loading on the first click. I have a link which is like: > > Headlines li> > > when user clicks on this it calls the following function: > > > function loadTabs(filename) { > $('head').append('

[jQuery] Re: jQuery Tabs onmouseover

2007-10-01 Thread Klaus Hartl
jm wrote: I was wondering if there was a way that I could have the jQuery tabs plugin (http://stilbuero.de/jquery/tabs/) select a tab onmouseover. I didn't find anything when I tried a few searches here or on Google. Thanks! UI Tabs (Tabs 3) has that build-in: $('ul#tabs').tabs({ event: 'mo

[jQuery] Re: jQuery tabs and onClick

2007-09-04 Thread Massimiliano Marini
> onClick: function(clicked) { > var $tabs = $(clicked).parents('ul:eq(0)').find('a'); > if ($tabs.index(clicked) == 1) { > alert("Clicked 2nd tab!"); > } > } Thanks Klaus, it works perfectly! :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's e

[jQuery] Re: jQuery tabs and onClick

2007-09-03 Thread Klaus Hartl
Massimiliano Marini wrote: Hi all, I'm using the amazing jQuery tabs plugin, but I'm having problem with this code: $('#container-1').tabs(2,{ fxFade: true, fxSpeed: 'fast', onClick: function() { alert("Clicked!");

[jQuery] Re: jQuery Tabs Alignment

2007-07-19 Thread [EMAIL PROTECTED]
That's it! Thanks so much for your help Klaus - this application is just perfect for what I needed! Thanks again! On Jul 19, 4:35 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On my website: http://www.rose-hulman.edu/~bryantms/prizes.html > > (temporary host) > > >

[jQuery] Re: jQuery Tabs Alignment

2007-07-19 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: On my website: http://www.rose-hulman.edu/~bryantms/prizes.html (temporary host) As you can see the content on each tab is not rendering properly in IE (6 or 7). It appears to the right of the tabs themselves. Does anyone know how to resolve this issue? This renders

[jQuery] Re: jquery tabs collapsing

2007-07-13 Thread Michael Geary
> From: Klaus Hartl > > PS: Someone posted a guide to posting to mailing lists and > increasing the chances of getting help, but unfortunately I > cannot find it anymore. > Does anybody remember that? That would be the (in)famous "How to ask questions the smart way" by Eric Raymond: http://w

[jQuery] Re: jquery tabs collapsing

2007-07-13 Thread Klaus Hartl
Klaus Hartl wrote: Bruce wrote: You know what? While some of us don't know it all, aren't highly "evolved" programmers, and maybe even don't ask a question or ask for help in the "proper" way. None of you knew anything when you started either. jquery may be great, but completely ignorin

[jQuery] Re: jquery tabs collapsing

2007-07-13 Thread Klaus Hartl
Bruce wrote: You know what? While some of us don't know it all, aren't highly "evolved" programmers, and maybe even don't ask a question or ask for help in the "proper" way. None of you knew anything when you started either. jquery may be great, but completely ignoring help requests from n

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Karl Rudd
ests from newbies > makes it sad and creates a lot of negativity. > > No more ques, I'll drop off list and promote something else/ > > - Original Message - > From: "Bruce" <[EMAIL PROTECTED]> > To: > Sent: Thursday, July 12, 2007 9:29 PM > Subject:

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Karl Rudd
;[EMAIL PROTECTED]> To: Sent: Thursday, July 12, 2007 9:29 PM Subject: [jQuery] Re: jquery tabs collapsing > > Am I not asking correctly? > > - Original Message - > From: "Bruce" <[EMAIL PROTECTED]> > To: > Sent: Thursday, July 12, 2007 9:16 PM &g

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce Wang
On 7/13/07, Bruce <[EMAIL PROTECTED]> wrote: You know what? While some of us don't know it all, aren't highly "evolved" programmers, and maybe even don't ask a question or ask for help in the "proper" way. None of you knew anything when you started either. jquery may be great, but completely

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
g help requests from newbies makes it sad and creates a lot of negativity. No more ques, I'll drop off list and promote something else/ - Original Message - From: "Bruce" <[EMAIL PROTECTED]> To: Sent: Thursday, July 12, 2007 9:29 PM Subject: [jQuery]

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
Am I not asking correctly? - Original Message - From: "Bruce" <[EMAIL PROTECTED]> To: Sent: Thursday, July 12, 2007 9:16 PM Subject: [jQuery] Re: jquery tabs collapsing Could this be caused by being on a temporary domain? Bruce - Original Message - From:

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
Could this be caused by being on a temporary domain? Bruce - Original Message - From: "Bruce" <[EMAIL PROTECTED]> To: Sent: Thursday, July 12, 2007 2:08 PM Subject: [jQuery] jquery tabs collapsing I'm using the tabs on a site, when I click on next tab or go back they all collapse

[jQuery] Re: jquery tabs collapsing

2007-07-12 Thread Bruce
More info; can't give a link to page as its offline, but this may help: Also I removed the height I set but still collapses $(function() { $('#container-1').tabs({ fxAutoHeight: true, fxFade: true, fxSpeed: 'slow' });
});


Thanks
b

[jQuery] Re: jQuery Tabs with AJAX and href="javascript:..."

2007-06-18 Thread [EMAIL PROTECTED]
Thank you Klaus! That was exactly the solution I was looking for :). Matthias On 18 Jun., 13:15, Klaus Hartl <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi, > > > I am using the jquery tabs with dynamically generated divs (the AJAX > > variant): > > > > > > > link > > .

[jQuery] Re: jQuery Tabs with AJAX and href="javascript:..."

2007-06-18 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Hi, I am using the jquery tabs with dynamically generated divs (the AJAX variant): link ... When the user clicks on the tab nav, I want to display a loading image in the content area (=the dynamically generated div). I tried to bind an onclick function

[jQuery] Re: jquery tabs: creating tabs without triggering onShow action

2007-05-24 Thread Klaus Hartl
Klaus Hartl wrote: Klaus Hartl wrote: [EMAIL PROTECTED] wrote: Hi, I noticed when I create my JQuery tabs, the "onShow" callback function is automatically invoked. $('#container').tabs(tab_id, { remote: true, fxFade: true,

[jQuery] Re: jquery tabs: creating tabs without triggering onShow action

2007-05-23 Thread Klaus Hartl
Klaus Hartl wrote: [EMAIL PROTECTED] wrote: Hi, I noticed when I create my JQuery tabs, the "onShow" callback function is automatically invoked. $('#container').tabs(tab_id, { remote: true, fxFade: true, fxSpeed:

[jQuery] Re: jquery tabs: creating tabs without triggering onShow action

2007-05-22 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Hi, I noticed when I create my JQuery tabs, the "onShow" callback function is automatically invoked. $('#container').tabs(tab_id, { remote: true, fxFade: true, fxSpeed: 'fast',

[jQuery] Re: jquery tabs: editing tab title in place

2007-05-21 Thread Scott Sauyet
[EMAIL PROTECTED] wrote: Regarding JQuery tabs, I would like the ability to click on the text of the selected tab, and have it replaced by a text field where I can edit the text that composes the tab. Then, if I click outside the text field or hit "Enter", what was typed in the text field would

[jQuery] Re: jquery tabs and IE 6

2007-05-16 Thread Sam Collett
On May 16, 4:46 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > You need to include the whole snippet I gave you in the element > of your page. Yes, inside the HTML comments. Google for "Conditional > Comments" for more information. > > -- Klaus Another thing that could be having an impact - if you

[jQuery] Re: jquery tabs and IE 6

2007-05-16 Thread Klaus Hartl
jafar1978 wrote: Hi Klaus, First of all, what you have created is the best I have ever seen. It is just so fantastic. This is what I did: I included the the jquery.tabs-ie.css file in the dir. then I uncommented the following: Recommended usage (Conditional Comments): in the jquery.tabs-ie.

[jQuery] Re: jquery tabs and IE 6

2007-05-16 Thread jafar1978
Hi Klaus, You are the best. That did it...Thank you for the great app and your answer. Regards, --jh On May 16, 11:18 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > jafar1978 wrote: > > Hi, > > > I have been using JQuery and it is great. I have a problem which is > > related to viewing more tha

[jQuery] Re: jquery tabs and IE 6

2007-05-16 Thread jafar1978
Hi Klaus, First of all, what you have created is the best I have ever seen. It is just so fantastic. This is what I did: I included the the jquery.tabs-ie.css file in the dir. then I uncommented the following: Recommended usage (Conditional Comments): in the jquery.tabs-ie.css Do I need to do

[jQuery] Re: jquery tabs and IE 6

2007-05-16 Thread Klaus Hartl
jafar1978 wrote: Hi, I have been using JQuery and it is great. I have a problem which is related to viewing more than anything else. When I click on the tab the text of the div appears on the right of the last tab rather under the tabs. When I use FireFox the text is displayed correctly. I hav

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: I downloaded a fresh copy of the CSS and applied what you said and indeed it worked great. However, there is one thing that is still lingering on IE. The DIV with class "tab-container" is not being moved to the next line. In other words, it is staying on the same line

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread [EMAIL PROTECTED]
I downloaded a fresh copy of the CSS and applied what you said and indeed it worked great. However, there is one thing that is still lingering on IE. The DIV with class "tab-container" is not being moved to the next line. In other words, it is staying on the same line. I created a simplified v

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: Hi, This should be simple, I know, but I'm having problems. Using the default stylesheet that accompanies the Jquery Tabs example, how do I change the color of unselected links? I tried adding a "color:" directive to the ".tabs-nav a" class, but to no avail. The link

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Klaus Hartl
Giuliano Marcangelo wrote: Dave, if you "go"a little more specific, and target the .tabs-nav a span, and apply a color to that..and at same time target .tabs-nav .tabs-selected a span for some contrast...you will get your desired effect There's no need to go more specific (besides that it's

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Giuliano Marcangelo
Dave, the styling works for me in IE6, ff and opera. On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Thanks for this info. I added these to the bottom of the stylesheet > > .tabs-nav a span { > color: #ff; > } > .tabs-nav .tabs-selected a

[jQuery] Re: jquery tabs: changing color of unselected tabs

2007-05-15 Thread Giuliano Marcangelo
Dave, if you "go"a little more specific, and target the .tabs-nav a span, and apply a color to that..and at same time target .tabs-nav .tabs-selected a span for some contrast...you will get your desired effect On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, This should be simp

  1   2   >