🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

jquery-date

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-date - npm Package Compare versions

Comparing version
1.4.1
to
1.4.2
+3
-3
jquery.date.js
/*!
* 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,

{
"name": "jquery-date",
"version": "1.4.1",
"version": "1.4.2",
"description": "jquery移动端时间插件",

@@ -5,0 +5,0 @@ "main": "jquery.date.js",