asaglimbeni / django-datetime-widget

Bootstrap django-datetime-widget is a simple and clean widget for DateField, Timefiled and DateTimeField in Django framework. It is based on Bootstrap datetime picker, supports both Bootstrap 3 and Bootstrap 2
Other
219 stars 125 forks source link

Delay JS parsing until Document Ready #100

Open mkoistinen opened 7 years ago

mkoistinen commented 7 years ago

Best practice advises loading jQuery and other JS libraries at the end of a page’s HTML. To allow for correct operation in projects loading jQuery at the foot of the document, this PR wraps the inline Githubissues.

  • Githubissues is a development platform for aggregating issues.