最新回答 / 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