开发者

Is jqTouch incompatible with jquery.colorbox.js?

I'm develping web app which contains jqtouch and jquery.colorbox.js (both included in root h开发者_JAVA技巧tml). It looks like those two files are incompatible - javascript execution fails without error.

Is anyone familiar with this problem? What would be soloution to this problem?

best


I found soloution!

I have to add

<script type="text/javascript" src="js/jquery.colorbox.js"></script>
<link media="screen" rel="stylesheet" href="css/colorbox.css" />

to root HTML after executing

var jQT = new $.jQTouch({ ...

and now it works fine!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜