[jQuery] Re: Accessing elements returned by clone

2007-09-11 Thread Renaud
, $(this).attr(id) + '_clone') }).end().end().appendTo('#allcars'); --/snip-- Regards, Renaud Drousies

[jQuery] Re: Accessing elements returned by clone

2007-09-11 Thread Renaud
On 11 sep, 15:19, Renaud [EMAIL PROTECTED] wrote: --snip-- $('#carselection').clone().find([EMAIL PROTECTED]).andSelf() .each(function() { $(this).attr(id, $(this).attr(id) + '_clone') }).end().end().appendTo('#allcars'); --/snip-- Btw, that requires jquery 1.2 (andSelf

[jQuery] Re: Repeat a load

2007-09-11 Thread Renaud
); console.log('cleared');}, 200); }); Regards, Renaud Drousies Thank you, bye Gabriele

[jQuery] Re: Repeat a load

2007-09-11 Thread Renaud
, 5000)})); } That will wait for the request to complete before starting a new one. For some reason I couldn't get the callback to work with load(), but that's maybe just me? Regards, Renaud Drousies

[jQuery] Re: Simple list don't work in IE

2007-09-07 Thread Renaud
/ul /li li class=activemenu2 ul class=level2 lisubmenu 2 - 1/li lisubmenu 2 - 2/li /ul /li /ul and then use $(li.active ul).show(); to display it. Regards, Renaud Drousies

[jQuery] Re: jquery pageloader

2007-09-07 Thread Renaud
in the $(window).load handler at the end of the $('document').ready() if what you want is waiting for all the initialization stuff to complete. http://www.linuxaddicts.com/static/jq/loading.html Renaud Drousies

[jQuery] Re: changing the order of alist

2007-09-06 Thread Renaud
, j+1).after(tmp).insertAfter(tmp); } } $(document).ready(function() { scramble($('ul#foo li')); }); --/snip-- Regards, Renaud Drousies

[jQuery] Re: jquery pageloader

2007-09-06 Thread Renaud
Quickly looking at the sources, what they do is having one 'pageloading' div, and one 'real body' div. The real body div is hidden by default by css. Once you've done all your initialization stuff you can just hide the pageloading div and show the real body. Regards, Renaud Drousies On 6 sep

[jQuery] Re: i think you can all see what i'm trying to do here - two-tier navigation with jquery...

2007-09-06 Thread Renaud
a margin-top of 20px. I hope that's clear enough :) That's something like that that I have on my (ugly and useless) site, except that it's pure CSS, but that's basically it. You can check a sample on http://www.linuxaddicts.com/ Regards, Renaud Drousies

[jQuery] Re: i think you can all see what i'm trying to do here - two-tier navigation with jquery...

2007-09-05 Thread Renaud
menus. Regards, Renaud Drousies On 5 sep, 14:47, ldexterldesign [EMAIL PROTECTED] wrote: i think you can all see what i'm trying to do here:http://www.personal.leeds.ac.uk/~scs4ll/index.html i've coded up the 'home' and 'schedule' buttons as best i can (using the hover event). it would

[jQuery] 'Could not set the selected property. Unspecified error' under IE6

2007-08-31 Thread Renaud
the time to 'apply' it, that's really bad english and sounds strange but I can't explain what's happening. Would anyone have some thoughts about this? The function where the error is thrown is pasted below. Thanks! Regards, Renaud function mySetDefaults() { $('#CtxForm select').each(function

[jQuery] Tabs plugin scrolling issue

2007-08-24 Thread Renaud
, is it a known bug? Is there a workaround? Thanks! Regards, Renaud

[jQuery] Inline events triggering in 1.1.3.1

2007-07-13 Thread Renaud
! Kind regards, Renaud

[jQuery] Inline events triggering in 1.1.3.1

2007-07-13 Thread Renaud
since 1.1.3, how could I programmatically trigger what's in the inline event? Thanks! Kind regards, Renaud

[jQuery] [Beginner] Is that correct ?

2007-06-28 Thread Renaud V
[I'm not a native english speaker, sorry for my mystakes] I've just created my first script using jquery. The goal was to create a form with images you can click to select an option instead of using classical radio buttun. The html code is the following : table class=DynSelect tr td