我有四个jQuery tabs
,在第二个选项卡中我正在map
使用openlayers library
然后我得到以下错误
Uncaught TypeError: Cannot call method 'clone' of null // onload error
Uncaught TypeError: Cannot read property 'w' of null // getting this error when zooming-in and out
openlayers map object
我以为我的代码在初始化or时出错了somewhere
,但实际上是有问题jQuery tabs
。如果我放置map div
在第一个选项卡中,那么它map
会按预期显示。
我试过这个map div
,但在放置第二个标签时没有解决问题。
更新以下内容:
如果我jQuery tabs
在创建后编写代码,map object
那么它可以正常工作,chrome
但会破坏firefox
.
我们如何jQuery tabs
在执行用户定义的函数后调用初始化?