Jquery – variable value not being increased prior to the ajax call
I have a url string being compiled based on existing PHP array values. The URL is fine however after each time the AJAX call is made I want the variable last increased by 100. The console log is showing the…