Using JQuery how would I make the page dim / fade and display a progress circle in the center which is animated? I’d like to do this when the user fills out a form and clicks submit and is awaiting a response.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would use the block ui plugin – http://jquery.malsup.com/block/
Then call this before doing the ajax request
And then this is the success method