jquery - Scroll to top after slideDown -


i have made small jquery collapse/expand script

http://jsfiddle.net/goldie/qfl49/ (please don't pay attenton html/css code because did'n made it)

how can make expanded div scroll top of page? thank help.

i have found it

.slidedown(200, function() {     $('html, body').delay('200').animate({     scrolltop: $(this).offset().top - 111     }, 200); }); 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -