文件名称:jquery横向图片滚动在线示例
文件大小:130KB
文件格式:RAR
更新时间:2015-07-27 13:24:02
Jquery
一个jquery横向图片滚动在线示例,用了自己的一个JS-lrscroll.js [removed] $(function() { $("#botton-scroll").jCarouselLite({ btnNext: ".next", btnPrev: ".prev" }); }); $(function () { $('#top-menu li').hover( function () {$('ul', this).slideDown(200);}, function () {$('ul', this).slideUp(200); }); }); $(function () { $(".click").click(function(){ $("#panel").slideToggle("slow"); $(this).toggleClass("active"); return false; }); }); $(function () { $('.fade').hover( function() {$(this).fadeTo("slow", 0.5);}, function() {$(this).fadeTo("slow", 5); }); }); [removed]