jQuery val() stays empty

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,...

JQuery not working after changing from HTTP to HTTPS

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...
  [email protected]