[jQuery] Re: slideDown & slideUp - Anyone Know How?

2008-02-21 Thread MacarrĂ£o
Or simply remove the "dead link (#)"! :) On 21 fev, 01:40, Karl Swedberg <[EMAIL PROTECTED]> wrote: > If you're clicking on a link, you need to return false inside the > click handler. > > For example ... > > $('a').click(function() { >// do something ... >return false; > > }); > > --Karl

[jQuery] Re: slideDown & slideUp - Anyone Know How?

2008-02-20 Thread Karl Swedberg
If you're clicking on a link, you need to return false inside the click handler. For example ... $('a').click(function() { // do something ... return false; }); --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 20, 2008, at 3:40 PM, BooZker wr

[jQuery] Re: slideDown & slideUp - Anyone Know How?

2008-02-20 Thread BooZker
OK I got it to work for myself, but now there is this other weird problem: Whenever you press the plus or minus buttons it jumps you back to the top of the screen. This is extremely annoying. How can I stop this. I have also noticed that jQuery is not as clean and smooth when it hides and unhides