主營(yíng):交流電機(jī)啟動(dòng)電容,直流支撐電容,儲(chǔ)能電容器,吸收電容器
立即發(fā)布 設(shè)為首頁(yè)
$(document).ready(function () { // @文字滾動(dòng) (function ($) { $.fn.textSlider = function (settings) { settings = jQuery.extend({ speed: "normal", line: 2, timer: 3000 }, settings); return this.each(function () { $.fn.textSlider.scllor($(this), settings); }); }; $.fn.textSlider.scllor = function ($this, settings) { var ul = $("ul:eq(0)", $this); var timerID; var li = ul.children(); var liHight = $(li[0]).height(); var upHeight = 0 - settings.line * liHight;//滾動(dòng)的高度; var scrollUp = function () { ul.animate({ marginTop: upHeight }, settings.speed, function () { for (i = 0; i < settings.line; i++) { ul.find("li:first", $this).appendTo(ul); } ul.css({ marginTop: 0 }); }); }; var autoPlay = function () { timerID = window.setInterval(scrollUp, settings.timer); }; var autoStop = function () { window.clearInterval(timerID); }; //事件綁定 ul.hover(autoStop, autoPlay).mouseout(); }; })(jQuery); $("#li_goods_g").textSlider({ line: 1, speed: 500, timer: 3000 }); }); 留言咨詢 *發(fā)送對(duì)象: *留言內(nèi)容: *驗(yàn)證碼: *聯(lián)系人: *聯(lián)系電話:
地址:佛山市順德區(qū)容桂鎮(zhèn)文華路31號(hào) 傳真:0757-26910767 主營(yíng)產(chǎn)品:交流電機(jī)啟動(dòng)電容,直流支撐電容,儲(chǔ)能電容器,吸收電容器