Re: [jQuery] IE6 fadeIn/fadeOut Problem (css prob?)

2006-12-09 Thread stargate
Hi Glen, good tip, but this still doesnt solve the problem :( Greets Ralf > I didn't analyze the whole thing, but just a quick question: > Have you considered using the fadeTo() function? it works better > than messing with the opacity in the CSS. > > Glen > >

[jQuery] IE6 fadeIn/fadeOut Problem (css prob?)

2006-12-09 Thread stargate
Hello, i have a problem with the fadeout/fadein function on IE with jquery.I'm not really sure if this has something to do with jquery, but as far as i figured out it all depends on the "filter: alpha(opacity=XX)" css style wich jquery seems to set with the fadeout/fadein on the IE6. My goal i

[jQuery] CPAN Modul for jQuery ?

2006-11-22 Thread stargate
Hello, i've seen a lot of talks about specific programming languages wich might be used with jQuery. An before i came to jQuery, wich i reall LOVE, i've also used from time to time the CPAN Modul for Prototype and the script.aculous extension. So in my mind popped up the Question: Why isn't th

Re: [jQuery] Why doesnt this work ?

2006-10-24 Thread stargate
s, correct me if i'm wrong ;) > > > Something like this should work: > (not tested btw) > > var arrowSrc = $(arrow).src(); > if(arrowSrc.indexOf("right") == -1 ) > //do this > else > //do that > > -----Oorspronkelijk bericht- > Van

[jQuery] Why doesnt this work ?

2006-10-24 Thread stargate
Hello jQuery guru's :) could someone tell me why this code doesnt work ? - var arrow = $("#draghandle").find("img"); if($(arrow).src().contains("right") != ""){ $(arrow).src("Modules/User_Manager/images/arrow_down.gif"); } else { $(arrow).src("Modules/U

Re: [jQuery] Newbie: simple and own autocompletor

2006-10-15 Thread stargate
et/jquery/autocomplete.txt > > > On 10/15/06, stargate <[EMAIL PROTECTED]> wrote: > >> Wow, fast reply :) >> >> But Where're the Docs for possible Options ? >> >> Greets, >> >> Ralf >> >> Dylan Verheul schrieb: >> &g

Re: [jQuery] Newbie: simple and own autocompletor

2006-10-15 Thread stargate
Wow, fast reply :) But Where're the Docs for possible Options ? Greets, Ralf Dylan Verheul schrieb: > There's also http://www.dyve.net/jquery?autocomplete > Feel free to use it. > > On 10/15/06, stargate <[EMAIL PROTECTED]> wrote: > >> Hello @ all, &g

[jQuery] Newbie: simple and own autocompletor

2006-10-15 Thread stargate
Hello @ all, first i wanna thank you guys from jquery for the absolutly definitly amazing lib!!! I was looking for a simple autocompletor in the plugins section and found the one from the Interface plugin, but this one isnt working right now cause of the update of jquery to 1.0.2. Overall it n