Hello, I have a php web application and sometimes the database query will take a while to process results. Using JQuery, is it possible to display a "Please wait...." message and then clear it when the database query completes ( the code comes out of an foreach condition ).
Please let me know.. Thank you. -VS.

