Works like a charm! Thanks!

Olaf wrote:
> 
> Julesfrog schrieb:
> 
>> Now my question. At this point, the button disappears only when the user
>> hit
>> the 500 mark. I would like it to disappear and stay invisible when the
>> user
>> reaches the 500 mark and anything below. I think it's got to do with this
>> line: if(jQuery(this).scrollTop() != 500) but I just don't know the right
>> "wording".
> 
> Yes, is simple ;)
> 
> Try this:
> if(jQuery(this).scrollTop() >= 500)
> 
> -- 
> Viele Grüße, Olaf
> 
> -----------------------------------
> olaf.bo...@t-online.de
> http://olaf-bosch.de/
> http://ohorn.info/
> http://www.akitafreund.de/
> -----------------------------------
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Simple-jQuery-question-tp26443552s27240p26464167.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to