jquery bubble popup无法加载jquerybubblepopup-themes

时间:2013-02-01 16:31:44

标签: jquery-ui jsp jquery-plugins

。我想使用jquery bubble popup来创建一个气泡。 我读到应该在我的网站的根目录中复制文件夹“jquerybubblepopup-themes”。 另外,我有一个不直接位于我的网站根目录下的jsp,但是在“mywebsite / WEB-INF / jsp / admin / myfile.jsp”下。它包含此javascript代码:

<script type="text/javascript">
$(document).ready(function(){
$('.infoTip').CreateBubblePopup({
themeName: 'black',
themePath: 'jquerybubblepopup-themes'                                                                
});
});
</script>

我在“themePath”中读到,应该设置“jquerybubblepopup-themes”的相对路径。

在我的情况下,无法加载“jquerybubblepopup-themes”,如何修改themePath值以便加载文件“jquerybubblepopup-themes”? 提前致谢

1 个答案:

答案 0 :(得分:0)

您应该会在浏览器控制台中看到错误,您可以看到它在哪里搜索主题(路径),并相应地调整路径