jquery_datepicker
jquery_datepicker copied to clipboard
Fix #35 ('jQuery is not defined' when jquery_datepicker HTML output exists in the DOM before jQuery gets loaded.)
Fix issue with loading datepicker, when jQuery included at bottom of page (before </body>
).
Maybe, better add parameter to helper for this case.
Hey! Thanks for the contribution. Makes sense waiting for the window.onload. Could you please modify the expected output in the tests as well?