Re: [jQuery] Simple jQuery question

2009-11-22 Thread Julesfrog
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

Re: [jQuery] Simple jQuery question

2009-11-22 Thread Olaf Bosch
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 ju