[jQuery] Disable Submit

2010-01-12 Thread Dave Maharaj :: WidePixels.com
I have a form i am submitting via Ajax. So after submit while its waiting for response i have my little spinner so user knows something is happening. But how can i disable the submit while its thinking waiting for a response so the user is not sitting there clicking submit over and over. Using

[jQuery] Disable submit button with Validation plugin

2009-08-10 Thread Rich Sturim
I need help with the Validation plugin. I have a form with a required field. When the form is valid I want the form to submit and I also want to disable the submit button. I have a function that does the disabling, but I'm not sure how to call this function within the validate method. Here is

[jQuery] disable submit not working in IE7

2009-01-26 Thread GBartels
I'm using JQuery 1.2.6 with the following script: script type=text/javascript!-- $(document).ready(function(){ $(button.submitButton).click(function () { $(this).attr(disabled,true).html(Processing, please wait...); $(button).attr(disabled,true); }) }); // --/script It works as expected in FF3

[jQuery] Disable Submit Button

2008-10-14 Thread Rahul Sinha
Hello, Please go through the below given requirement and provide me help asap. disable the submit button until the user has scrolled all the way through the agreement How can this be done using jquery if not then using pure js. Thanks Rahul

[jQuery] Disable Submit button if no text entered

2008-05-14 Thread sashabe
Hello! I have on the page one input field, a textarea and a submit button. I've managed to write a little script (it cost me many hours:) which currently disables the submit button if no text entered in the input field OR textarea. However, I need both of them populated for the button to be