Viewing 3 replies - 1 through 3 (of 3 total)
  • Anything your AJAX code echoes goes back to your JS script as a response, so you have to put it in a format that you check for in your script, like a variable named progress, with a percentage complete number. Then your script can update the progress bar or number or whatever you choose to show.
    A Google search shows many pages explaining how.

    Thread Starter john.m.c

    (@johnmc-1)

    @joyously

    so you have to put it in a format that you check for in your script, like a variable named progres

    Do you mean in the jquery file? Any chance you could provide a very basic example please?

    Please do a search for “ajax progress bar” on your favorite search engine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Echo ajax loop progress’ is closed to new replies.