开发者

@font-face and jQuery height() for ajax content

开发者 https://www.devze.com 2023-01-27 17:46 出处:网络
I have a situation similar to this question, where I need to equalize element heights while using @font-face:

I have a situation similar to this question, where I need to equalize element heights while using @font-face: jQuery working out wrong height, due to @font-face

Using $(wind开发者_开发问答ow).load worked at first, but now I need to load in this content dynamically with an AJAX call. Is there anything I can do? Another event I can tap into to determine when the dynamically loaded content has been fully rendered, @font-face and all?


This actually turns out to be a non-issue. It seems that the post-load event for AJAX content behaves like a window.load would, as opposed to a document.ready.

0

精彩评论

暂无评论...
验证码 换一张
取 消