by admin | Feb 21, 2017 | HTML, JavaScript
[:en]If you use jQuery to fetch the current value of a field like var myvar = $(‘#myfield’).val(); you might encounter issues, even if this syntax is correct. E.g. if a number is entered, it works. If a special char is entered, you might get an empty...
by admin | Sep 27, 2016 | HTML, JavaScript
[:en]There are many projects on Github which implement wizard-like Next and Previous buttons for Bootstrap tabbed menus. Unfortunately, they seem not to consider there can be dropdown menus inside the tabs, which leads to errors. So here is some code to show one way...
by admin | Jun 8, 2015 | JavaScript
Scenario You might use a local web server for testing your websites and scripts. Usually, there is no need to use SSL. After deploying to your HTTPS production environment, some features like JQuery AutoComplete etc. might not work any more, but they do work if you...
by admin | Feb 19, 2015 | HTML, JavaScript
This error might appear if you have developed a website in your local testing environment which uses JS utilities like Bootstrap, JQuery, Prototype or Scriptaculous, after you have published it e.g. to your local company intranet. Cause JQuery and similar utils...