11 lines
733 B
JavaScript
11 lines
733 B
JavaScript
/* -----------------------------------------------------------------------------
|
|
|
|
jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile
|
|
Version 0.1.26
|
|
Copyright (c)2016 Curious Solutions LLP and Neha Kadam
|
|
http://curioussolutions.github.io/DateTimePicker
|
|
https://github.com/CuriousSolutions/DateTimePicker
|
|
|
|
----------------------------------------------------------------------------- */
|
|
|
|
Array.prototype.indexOf||(Array.prototype.indexOf=function(a){var b=this.length,c=Number(arguments[1])||0;for(c=0>c?Math.ceil(c):Math.floor(c),0>c&&(c+=b);b>c;c++)if(c in this&&this[c]===a)return c;return-1}),jQuery.fn.fadeIn=function(){this.show()},jQuery.fn.fadeOut=function(){this.hide()}; |