[jQuery] unwanted delay with css()

2009-05-01 Thread bluejohn
Hi, I'm running an A/B test using a 3rd party javascript testing app. I'm loading the jquery script with the tool. script $(document).ready(function(){ $(.cartInStock).css({display : none }); }); /script The problem is that the original CSS displays (what I want to hide) while

[jQuery] Re: unwanted delay with css()

2009-05-01 Thread bluejohn
!important, overflow:hidden!important, fontSize:0!important } 0 ); if you animate with the value of 0 it reaches its' end state immediately On Fri, May 1, 2009 at 3:25 PM, bluejohn john.car...@bluefly.com wrote: Hi, I'm running an A/B test using a 3rd party javascript testing app.  I'm

[jQuery] IE 6 and prepend()

2009-04-02 Thread bluejohn
Hi, I IE6 doesn't prepend the html I specify below but firefox works fine. The css() works fine. script type=text/javascript $(document).ready(function(){ $('.listProdImage').prepend('div class=sitm/div'); $('img.imageBorder').css({'border':'1px solid #3A91CE'});

[jQuery] IE 6 and prepend()

2009-04-02 Thread bluejohn
hi, ie6 doesn't desplay the div specified in prepend() but Firefox does. The .css() works fine. script type=text/javascript $(document).ready(function(){ $('.listProdImage').prepend('div class=sitm/div'); $('img.imageBorder').css({'border':'1px solid