javascript - How to fake a browser resize of 1px and bring it back to what it was? - Stack Overflow

I have a script that only seem to start when I resized the browser. I can't find out why and start

I have a script that only seem to start when I resized the browser. I can't find out why and start to be short on time. So i was wondering if I could simulate the browser to resize after the page load to it could fire the script and then bring the browser resolution back to what it was.

Is this possible ?

edit

Ok now the script work if I load the page from a link in the menu, but fails if I click the browser's refresh button.

I have a script that only seem to start when I resized the browser. I can't find out why and start to be short on time. So i was wondering if I could simulate the browser to resize after the page load to it could fire the script and then bring the browser resolution back to what it was.

Is this possible ?

edit

Ok now the script work if I load the page from a link in the menu, but fails if I click the browser's refresh button.

Share edited Jan 30, 2013 at 20:16 Warface asked Jan 30, 2013 at 20:06 WarfaceWarface 5,11910 gold badges58 silver badges83 bronze badges 1
  • 1 Why is the script started when you resize the browser? Figure out that reason and post the code. Trying to force it to do something that it wasn't designed to do is a good way to cause yourself a lot of frustration. – zzzzBov Commented Jan 30, 2013 at 20:09
Add a ment  | 

1 Answer 1

Reset to default 14

Just trigger the resize event:

$(function () {
    $(window).resize();
});

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743688123a4490494.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信