Skip to content

Conversation

@grosser
Copy link

@grosser grosser commented Apr 20, 2012

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 :)

trentrichardson and others added 30 commits February 28, 2012 14:42
Fixed errors when call public methods from input without datepicker instance
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.
…al timezone.

* This switches the timezone automatically, when changing the date to a (non) daylight saving time.
Make sure useLocalTimezone variable actually works
@trentrichardson
Copy link
Owner

Hey grosser, the easier thing to do may be to use a cdn for all the library dependencies:
http://code.jquery.com/

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.

@grosser
Copy link
Author

grosser commented Apr 26, 2012

All removed except slideraccess, is there any raw url for it ?

@trentrichardson
Copy link
Owner

Looks good, but one final request, can you issue the pull request to my dev branch?

@grosser
Copy link
Author

grosser commented Apr 26, 2012

done

@trentrichardson
Copy link
Owner

Sorry for the delay, it is in the dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants