最新回答 / vegaGao
<a href="javascript" class="btn" data-control="prev">上一页</a>你的a标签里面应该写成href="javascript:;"
2018-03-09
最新回答 / aR_Easun
<...code...>//图片预加载_无序加载(function($) { function PreLoad(imgs, options) { this.imgs = (typeof imgs === 'string') ? [imgs] : imgs; this.opts = $.extend({}, PreLoad.DEFAULTS, options); if(this.opts.order === 'ordered') { this._or...
2018-02-08
最新回答 / qq_零_137
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script><script src="js/preload.js"></script>
2018-01-23
最新回答 / 怋同学
@小董君同学 的代码在此:https://github.com/taosang1992/WebDemo/tree/gh-pages/preload-plugin;在线查看效果:https://taosang1992.github.io/WebDemo/preload-plugin/
2017-08-21