date_input
date_input copied to clipboard
Date Input is a no frills date picker plugin for jQuery
https://www.jonathanleighton.com/projects/date-input/ has http calls to google and gitlab which just need to have 's' added to the http reference. Attempts to load https://www.jonathanleighton.com (no 's') are redirected to the HTTPS...
two bug
i have meet two bugs: 1. $.browser.msie is undefined. this is because of jquery don't support msie from 1.9 and i fixed. 2. Uncaught Error: Syntax error, unrecognized expression: td[date=19...
I fixed the short_day_names show error for "jquery.date_input.zh_CN.js". and Change the Chinese characters for unicode character encoding.
fixed misspelling
Hi! When date input parent element is position: relative, the position and closing code uses incorrect methods to get the correct offset amounts. The positioning problem is documented in ticket...
Added Finnish translations for month/weekday names.
how can i change date formats? thanks...
With out " in the attribute @date, the module does not work in jQuery 1.4, 1.5, 1.6.
When trying to use date_input inside of an already repositioned div, the calendar would not place itself in the correct position relative to the input field. I don't know if...