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?
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?