jquery_datepicker
jquery_datepicker copied to clipboard
'jQuery is not defined' when jquery_datepicker HTML output exists in the DOM before jQuery gets loaded.
It appears as though jQuery is assumed to be loaded in the DOM before the script tag that gets generated by jquery_datepicker, which results in a 'jQuery is not defined' error upon page load.
Is this by design? Would it be valuable to instead wait for the page to load the entire dom, then execute the javascript necessary to make the desired element a datepicker?
Yes, it is very uncomfortable.
@kellydunn, I send pull request ( https://github.com/albertopq/jquery_datepicker/pull/36 ). Fixed version in my repo: https://github.com/drakmail/jquery_datepicker
:+1:
:shipit: