随笔分类 -  js 组件

自己编写的js组件
移动端滑屏组件
摘要:https://github.com/lihefen/slide.git https://lihefen.github.io/slide/slide/index.html slide.js /** * * @authors Your Name (you@example.org) * @date 20 阅读全文

posted @ 2016-12-20 18:47 飞旋的留恋-ing 阅读(312) 评论(0) 推荐(0)

js ajax php分页组件
摘要:github https://github.com/lihefen/pageList html页面 <!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge 阅读全文

posted @ 2016-12-14 21:26 飞旋的留恋-ing 阅读(214) 评论(0) 推荐(0)

对话框组件 弹窗组件
摘要:jrDialog.js (function($){ $.extend({ jrDialog:function(options) { this.options = $.extend({ content: "", // 内容 dialogType: 1, // 1:为 confirm 的自传内容 2:为 阅读全文

posted @ 2016-12-13 10:41 飞旋的留恋-ing 阅读(183) 评论(0) 推荐(0)

日历组件 原生js
摘要:自己基于原生js编写的日历组件 git地址: https://github.com/lihefen/calendar.git demo : https://lihefen.github.io/calendar/calendar/Mycalendar.html 效果图 感觉还可以 不过还需要优化,希望 阅读全文

posted @ 2016-11-24 11:06 飞旋的留恋-ing 阅读(376) 评论(1) 推荐(0)

导航