jquery-date
Advanced tools
+3
-3
| /*! | ||
| * jquery.date.js v1.4.1 | ||
| * jquery.date.js v1.4.2 | ||
| * By 雾空 https://github.com/weijhfly/jqueryDatePlugin | ||
| * Time:2017/1/24 | ||
| * Date:2017/1/24 | ||
| */ | ||
@@ -35,3 +35,3 @@ (function (factory) { | ||
| isEnglish = (navigator.language || navigator.browserLanguage).toLowerCase().indexOf('zh') == -1, | ||
| //基于40px的高度滑动,如需改动要改这,不能用样式覆盖 如 if(document.documentElement.clientWidth <= 320){h=30;} | ||
| //基于40px的高度滑动,如需改动要改这,不能用样式覆盖 如 document.documentElement.clientWidth <= 320? 30:40 | ||
| h = 40, | ||
@@ -38,0 +38,0 @@ dpr = $('html').attr('data-dpr') || 1, |
+1
-1
| { | ||
| "name": "jquery-date", | ||
| "version": "1.4.1", | ||
| "version": "1.4.2", | ||
| "description": "jquery移动端时间插件", | ||
@@ -5,0 +5,0 @@ "main": "jquery.date.js", |
125592
0