2012-11-11 23 views
1

Hy我尝试在wordpress中使用简单全景插件,加载到后槽与AJoma与Geomashup。 这里的帖子加载了geomashup和AJAX:http://bontex.mu/geo/简单的全景jQuery没有在AJoma中加载Geomashup

不幸的是全景jQuery插件没有在AJAX中加载。 根据Geomashup作者,我必须调整Panorama插件才能使其工作。 我无法从Panorama作者得到任何答案如何解决它。 有没有建议如何做到这一点? 感谢您的回答。

链接插件:http://www.openstudio.fr/Un-viewer-de-panoramas-simple-en.html?lang=fr

回答

0

只需拨打$("img.panorama").panorama();您的Ajax请求完成后。

例如:

<?php the_content(); ?> 
<script>jQuery("img.panorama").panorama();</script> 
+0

谢谢您的回答公园。 – user1815920