Good day!
I am trying to use jquery for the first time. And i cannot make it work. My code is as follows:
try adjusting the order in which your script runs. Place the script tag below the element it is trying to affect. Or leave it up at the top and wrap it in a $(document).ready() EDIT: and include the right file.
$(document).ready()