Adding a loading image to a jquery ajax post
i have the following javascript to post a form through ajax without refreshing the screen. Since the post take a little while, i wanted to add a loading image during processing. I see this article but it seems to only list .load() or .get() but not $.post. <script type="text/javascript"> $(document).ready(function() { ...