开发者

Is jqTouch incompatible with jquery.colorbox.js?

开发者 https://www.devze.com 2023-03-21 15:19 出处:网络
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 er

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

精彩评论

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

关注公众号