Skip to content

weijhfly/jqueryDatePlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-date npm

  • 此插件依赖jquery,且是为移动端而写,也支持pc端的使用,但因为操作不便和样式问题,所以不建议。
  • 支持年月、年月日、年月日时分、年月日时分秒等,详细格式见demo.html/jquery.date.js。
  • 时间限制limitTime参数目前只做了年月日限制。

下一版本计划 (rolldate--传送门)

  • 不依赖jquery。
  • 使用new重写,配置将不挂在dom上,增加可选回调函数。
  • 滑动性能优化,可能会依赖相关插件(类似iScroll)。

使用方式

commonJS

var $ = require('jquery');
require('jquery-date');
$.date('#date');

require.js

require(['jquery-date'],function(){
    $.date('#date');
})

browser

$.date('#date');

demo

请点击 demo page

About

jquery移动端日期插件

Resources

Stars

Watchers

Forks

Packages

No packages published