Saturday, January 4, 2020

Troubleshooting Webapps

javascript file not being read
https://stackoverflow.com/questions/14711552/external-javascript-file-is-not-getting-added-when-running-on-flask

JQuery - $ is not defined
https://stackoverflow.com/questions/2194992/jquery-is-not-defined

Writing line of code that needs 2-3 layers of quotes/double quotes?

  • use " for "HTML-escaped" quotes
  • use '/ for "javascript-escaped" quotes

Read the value of hidden input in forms
https://stackoverflow.com/questions/30489296/how-to-get-the-hidden-inputs-value-by-using-python

No comments:

Post a Comment

Popular Posts