Unable to modify element with JS before AJAX call – Jquery ajax
The problem: I was unable to find any resources online regarding changing elements before and after an ajax request. If I have a <p> element with id="myText", if I want to change the innerHTML of that element before the AJAX…