2015年6月18日

jQuery + css 公告从左往右滚动

摘要: $(function() { // 公告滚动 $(".notice-content").textScroll();});/** * 从右往左滚动文字 * @returns {undefined} */$.fn.textScroll = function() { // 滚动步长(步长... 阅读全文

posted @ 2015-06-18 17:56 由来已久 阅读(2630) 评论(0) 推荐(0)

导航