本文介绍了如果我使用jquery幻灯片放映,Wijmo cotrol无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
hi,
i wanted to use slide show for image gallary using repeater cotrol. i gave this jquery link follows
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://cdn.jsdelivr.net/jcarousel/0.2.8/jquery.jcarousel.min.js"></script>
<link href="http://cdn.jsdelivr.net/jcarousel/0.2.8/skins/tango/skin.css" rel="Stylesheet" />
<script type="text/javascript">
$(function () {
$('#mycarousel').jcarousel();
});
</script>
this works correctly. but now wijmo girdview cotrol which is third party tool is not woriking which is existing on the same web form. if i remove the jquery stuff what i mentioned above, the wijmo gridview control works perfectly. why this problem occurs. how to solve ? pls help me out. i needed to use both. ie, jquery stuff and wijmo also. thank you .kindly help me .
推荐答案
这篇关于如果我使用jquery幻灯片放映,Wijmo cotrol无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!