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 | Mar 11, 2015 | HTML, PHP
Scenario On your website, you want to offer a link which opens a mail client like Outlook with mail and content suggestion. The content contains a link to a file with special characters in its name, which causes Outlook to break the link, e.g. if it contains spaces or...
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...