Categories
Javascript

Finding a Frontend tool: An Inline Smart Datepicker

I am working on a project that requires an inline smart datepicker. So in this post I will show the process of selecting a decent plugin / tool. Requirements The Inline smart datepicker is quite simple and simple is better than complex so I want to keep it that way: Must not pop-up, it should […]

Categories
Javascript Web Development

Why Javascript is not Working in Head Tag?

Why my javascript is not working in Head Tag? Have you been frustrated, and wonder why the javascript in your <head> tag is not working? Why javascript is not working in head tag? You must keep in mind that the position of your javascript within the code MATTERS. Your javascript’s code position with respect to […]