-
Notifications
You must be signed in to change notification settings - Fork 1k
add demo for development #360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixed errors when call public methods from input without datepicker instance
Fixed typo for iso8601
Add $.datepicker.parseDateTime(), $.datepicker.parseTime() functions
…t_timezone Pick the current timezone of the browser by default.
* New config field 'defaulTimezone'.
…ings). * Only do this, when using the localTimezone.
Use defaultTimezone, when a time is already set.
Fix : Input date is not selected
…al timezone. * This switches the timezone automatically, when changing the date to a (non) daylight saving time.
Make sure useLocalTimezone variable actually works
Autoselect "local" timezone.
|
Hey grosser, the easier thing to do may be to use a cdn for all the library dependencies: There we can grab the jquery, jqueryui, and jqueryuicss. All the images are hosted externally. We may need to bring in also the sliderAccess library as all. Then we should be able to copy just the source of the documentation page. We should end up with only two new files in the demo that way. |
|
All removed except slideraccess, is there any raw url for it ? |
|
Looks good, but one final request, can you issue the pull request to my dev branch? |
|
done |
|
Sorry for the delay, it is in the dev branch. |
I forked to try something, but I soon realized that its hard to develop in the dark, so I added a demo page by copying the homepage, and adding all the necessary assets, and making it use the local js/css.
Should make development easier + new demos can be added for all edge-cases that are found.
The only problem is that the datepickers do not pop up, there are no errors on the page + the init methods are called (I dropped a few console.log to see whats going on), it feels like its 99% there, just one small nudge in the right direction missing :)