[Solved] Why is the Touch-Punch plugin not functioning in my website?

So my path to the touch-punch plugin, was incorrect. After finding the correct path to the jquery.ui.touch-punch.min.js file in my CPanel, I changed the path in my code and was able to utilize the touch feature. Also make sure that the type of script is defined. For example: adding the type=text/javascript, was also necessary for … Read more

[Solved] Is it possible to focus on the hidden input field?

Well, I think I understood your query what exactly you want to achieve. you want to show the datepicker without visible container. It seems impossible because whenever you load datepicker it need some CSS property like left, positioning and all. and if datepicker container is hidden it will throw you exception. Below is another way … Read more