11/05/2018, 08:49

Nhờ các bác giúp e với.

Em có một đoạn code như sau: <script type='text/javascript'> var $jx = jQuery.noConflict(); $jx( function () { $jx(&quot;.mygallery&quot .jCarouselLite({ btnNext: &quot;.next&quot;, btnPrev: &quot;.prev&quot;, easing: &quot;backout&quot;, ...

Em có một đoạn code như sau:
<script type='text/javascript'>
var
$jx = jQuery.noConflict();
$jx(function() {
$jx(&quot;.mygallery&quot.jCarouselLite({
btnNext: &quot;.next&quot;,
btnPrev: &quot;.prev&quot;,
easing: &quot;backout&quot;,
vertical: false,
speed: 1000
});
$jx(&quot;.mytext&quot.jCarouselLite({
btnNext: &quot;.next&quot;,
btnPrev: &quot;.prev&quot;,
visible: 1,
easing: &quot;backout&quot;,
speed: 1000


});
});
</script>

em đang làm trang blog để làm bài tập lớn ở trường. em sửa được một chút rồi, nhưng e muốn cái slide nó tự chạy chứ không phải click chuột.
huynh nào giúp em với được không ? em xin cảm ơn.!
Trang blog của em đây : vphoaphuong.blogspot.com
0