[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Alexandre Plennevaux
can u show your updated code ? On Sun, Dec 28, 2008 at 4:02 PM, Althalos wrote: > > Srry for my first reply to this message. It DOES work if one remove > the anonymity. One has also to remove ( function ) () in favor of an > initiating functionname() instead =) > > On 28 Dec, 10:32, "Alexandre P

[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Althalos
Srry for my first reply to this message. It DOES work if one remove the anonymity. One has also to remove ( function ) () in favor of an initiating functionname() instead =) On 28 Dec, 10:32, "Alexandre Plennevaux" wrote: >  Maybe try a named function instead of an anonymous one ? so avoiding >

[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Althalos
Nope. I tried that but I still got the same result, works in FF but not in IE =( On 28 Dec, 10:32, "Alexandre Plennevaux" wrote: >  Maybe try a named function instead of an anonymous one ? so avoiding > arguments.callee by using your function name instead? > > On Sun, Dec 28, 2008 at 2:03 AM, Al

[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Alexandre Plennevaux
Maybe try a named function instead of an anonymous one ? so avoiding arguments.callee by using your function name instead? On Sun, Dec 28, 2008 at 2:03 AM, Althalos wrote: > > Nope, I'm sorry but that doesn't seem to work. Note that setting > opacity to zero works in both browsers. > > On 28

[jQuery] Re: Code not working in IE but is working in FF

2008-12-27 Thread Althalos
Nope, I'm sorry but that doesn't seem to work. Note that setting opacity to zero works in both browsers. On 28 Dec, 01:25, "Alexandre Plennevaux" wrote: > really not sure, but maybe try > > A/ > > 1- (step/1)  instead of 1-step/1 > > B/ > > $("#slogan").css('opacity',0);  instead of $("#

[jQuery] Re: Code not working in IE but is working in FF

2008-12-27 Thread Alexandre Plennevaux
really not sure, but maybe try A/ 1- (step/1) instead of 1-step/1 B/ $("#slogan").css('opacity',0); instead of $("#slogan").css('opacity','0'); On Sun, Dec 28, 2008 at 1:04 AM, Althalos wrote: > > I posted something similarly before but I posted wrong code. This > time, everythi

[jQuery] Re: Code not working in IE

2008-06-27 Thread Pegpro
this is printed in php onto the page. The backslashes are to escape the php so it doesn't end the string. On Jun 27, 9:44 am, andrea varnier <[EMAIL PROTECTED]> wrote: > On 27 Giu, 02:41, Pegpro <[EMAIL PROTECTED]> wrote: > > > IE sucks. What is wrong here? > > one question: why are these quotes

[jQuery] Re: Code not working in IE

2008-06-27 Thread andrea varnier
On 27 Giu, 02:41, Pegpro <[EMAIL PROTECTED]> wrote: > IE sucks. What is wrong here? one question: why are these quotes backslashed? > jQuery(\"a:contains('Home')\")

[jQuery] Re: code not working in IE... don't know why

2007-09-07 Thread Equand
wow thanks, that did the trick... On Sep 7, 11:54 pm, "Piotr Petrus" <[EMAIL PROTECTED]> wrote: > Have you tried replacing > > window.onload = function() {} > > with > > $(window).bind('load', function() {}) > > ? > -- > Piotr Petrushttp://riddle.pl

[jQuery] Re: code not working in IE... don't know why

2007-09-07 Thread Piotr Petrus
Have you tried replacing window.onload = function() {} with $(window).bind('load', function() {}) ? -- Piotr Petrus http://riddle.pl

[jQuery] Re: code not working in IE... don't know why

2007-09-07 Thread Equand
ok it's the window.onload event which doesn't fire what could that be? On Sep 7, 3:26 pm, Equand <[EMAIL PROTECTED]> wrote: > ok this site > > jppromo.ru > > everything works correctly in opera and firefox... but when in ie... > it is stuck... don't know why > i presume window.onload doesn't