我一直试图添加弹性滑动但由于某种原因弹性滑动()不起作用。任何解决方案?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://www.google.com/jsapi"></script>
<script>
google.load("jquery", "1.3.2");
google.load("jqueryui", "1.7.2");
</script>
<script type="text/javascript">jQuery.noConflict()</script>
<script type="text/javascript" src="http://www.vikal.com.au/css/front-end/test/jquerypp.custom.js"></script>
<script type="text/javascript" src="http://www.vikal.com.au/css/front-end/test/jquery.elastislide.js"></script>
<script type="text/javascript">
$( '#carousel' ).elastislide();
alert('helo');