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
Post a Comment