In Chrome, page won't resize after Ajax load

后端 未结 7 2208
南方客
南方客 2021-02-15 21:04

I\'ve been feverishly CSSing my way through the final leg of a site I\'m building and I\'m running into an odd quirk with Chrome only. FF and IE seem to work fine.

I a

7条回答
  •  春和景丽
    2021-02-15 21:39

    I think I've found a solution to this. (At least I haven't seen it happen in a few minutes). In the .ajax callback, after setting the content with $('div').html(data);, I resize the entire window with $(window).resize();

提交回复
热议问题