Ask questions and get good answers on mb.jQuery.components

When a user choose to make the window smaller containerPlus's top part will be cut off. I can see the scroll bar when there are quite some content. But I can't scroll to the top becausecontainerPlus's top is not inside browser window. It will appear normal when I refresh the window. And it will be normal when I maximimze the browser. It happens in both FF and IE.

asked Jun 13 '11 at 13:38

standerby's gravatar image

standerby
1


I figure out the following will work.

$.doOnWindowResize=function(el){ clearTimeout(el.doRes); el.doRes=setTimeout(function(){ //$(el).adjastPos(); Here is the linke causing the problem winw=$(window).width(); winh=$(window).height(); },400); };

answered Jun 15 '11 at 13:09

standerby's gravatar image

standerby
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×6

Asked: Jun 13 '11 at 13:38

Seen: 322 times

Last updated: Jul 30 '11 at 04:19

jQuery main site - Matteo Bicocchi