[jquery-dev] Re: scrollTop - not working

2009-07-24 Thread Brandon Aaron
This is now fixed in revision 6494. It was a silly mistake and I hadn't written proper units tests for these methods yet... revision 6494 also adds the unit tests. -- Brandon Aaron On Fri, Jul 24, 2009 at 2:06 PM, jpcx01 wrote: > > Karl... $(document).scrollTop() used to work in jQuery 1.3.2. S

[jquery-dev] Re: scrollTop - not working

2009-07-24 Thread jpcx01
Karl... $(document).scrollTop() used to work in jQuery 1.3.2. Seems to be currently broken in 1.3.3pre (nightly as of yesterday). JQuery UI 1.7.2's Dialog component uses $(document).scrollTop() all over the place so this bug causes major headaches. My solution was to paste the scrollTop / scrollL

[jquery-dev] Re: scrollTop - not working

2009-07-01 Thread Karl Swedberg
Hi there. Try $(window).scrollTop() instead. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 1, 2009, at 3:33 AM, jagadeesh wrote: > > how to find scrollTop in jquery? > > $(document).ready(function () { > $("body").click(function () { >