by DXSdata | Feb 21, 2017 | HTML, JavaScript
If you use jQuery to fetch the current value of a field like JavaScript var myvar = $('#myfield').val(); 1 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,...
by DXSdata | 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 DXSdata | 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...
Comments