$(function() { //棣栭〉鍒囨崲鏁堟灉 $("#count1").dayuwscroll({ parent_ele: '#wrapbox1', list_btn: '#tabt04', pre_btn: '#left1', next_btn: '#right1', path: 'left', auto: true, time: 2000, num: 5, gd_num: 5, waite_time: 1000 }) }) $(".suspend").mouseover(function() { $(this).stop(); $(this).animate({width: 160}, 400); }) $(".suspend").mouseout(function() { $(this).stop(); $(this).animate({width: 40}, 400); })