01 2018 档案

摘要://图片预加载 (function ($) { //imgs图片数组,参数 function PreLoad(imgs,options){ //传进来的如果是字符串,转成数组 this.imgs = (typeof imgs === 'string') ? [imgs] :imgs; //将options和default融合生成一个... 阅读全文
posted @ 2018-01-22 13:08 亦心晗 阅读(173) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script src="js/jquery-2.1.4.min.js"></script> <style> #scrollD 阅读全文
posted @ 2018-01-17 15:33 亦心晗 阅读(681) 评论(0) 推荐(0)