Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当页面加载信息气泡位置无法居中时。但是当我单击标记信息气泡时,就会得到真实的位置。
所以这个问题会导致可读问题。
http://jsfiddle.net/onurodemis/QxvPR/1/
在这种情况下,我习惯于推迟打开气球。一种可能的方法是使用javascript setTimeout,如下所示:
http://jsfiddle.net/PuxT7/5/
例如,使用 jquery $(document).ready() 可能会给出相同的结果。