1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: Dialog button remains "focused" even after the dialog is already closed. We have to remove the respective class by a timer (it is added by jqM automatically). Fixed: When putting multiple date pickers into a single DOM container, all date pickers get the "focus border" once any of the date pickers is clicked. Minor: Added the plugin's home URL to the top comments. More... over 13 years ago
Decreased datebox input size to 70%; otherwise the dialog button is rendered in a second line on some devices (e.g. LG GT540). More... over 13 years ago
Merge pull request #14 from frietsch/master More... over 13 years ago
The String's class trim method is not available on Android 2.1's browser. More... over 13 years ago
Cleanup some var declarations, i8n for dialog title More... almost 14 years ago
Merged pull request #9 from chasetec/master. More... almost 14 years ago
Merged pull request #11 from VolkerK/master. More... almost 14 years ago
Global option overrides More... almost 14 years ago
Support am/pm in in lower and upper case on input string More... almost 14 years ago
if ( ! date.getDate() ) test doesn't always fail on invalid date string. Don't bother parsing string if invalid. More... almost 14 years ago
Tweak stepping logic to avoid skipping any steps More... almost 14 years ago
Added minute stepping option More... almost 14 years ago
Updated to use RegEx to parse time string More... almost 14 years ago
Fix Date string parsing bug More... almost 14 years ago
Add mode "timebox", an android time picker More... almost 14 years ago
Fix for dialog screwing up navigation (particularly iphone) - thanks chasetec More... almost 14 years ago
Fix a few focus class issues More... almost 14 years ago
Add focus class to button press event. More... almost 14 years ago
Fix for incorrect forced focus. More... almost 14 years ago
Add demo of calculating date range More... almost 14 years ago
Update to jQM-1.0a4 Base More... almost 14 years ago
Revert previous, add to events that set date only More... almost 14 years ago
Trigger input "change" event on close More... almost 14 years ago
Document minYear, maxYear, defaultDate, and noAnimation More... almost 14 years ago
Add min and max year constraints More... almost 14 years ago
Add a 'hidden default' option More... almost 14 years ago
Add 'noAnimation' option. More... almost 14 years ago
Fix for issue #3, obey dateFormat when internally setting the date for the popup More... almost 14 years ago
Update demo to show android mode field re-ordering (demo 5) More... almost 14 years ago
Document noButtonFocusMode More... almost 14 years ago