I'm using Bootstrap 3 datetimepicker, and from the author's examples, the author placed jQuery in the header and javascript right after the datetime inputs.
However, I read some posts suggesting that all scripts should be loaded last. But if I placed jQuery last, the datetimepickers will not work (since jQuery was not loaded, a
javascript uncaught referenceerror
will be reported).
I'm just wondering what is the best practice in using Bootstrap datetimepicker??