[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8

2009-07-07 Thread Amit Rampurkar
} >return true; > }); > }); > > ----- Original Message - > From: "Amit" > To: "jQuery (English)" > Sent: Monday, July 06, 2009 1:37 PM > Subject: [jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING > WI

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8

2009-07-07 Thread Cesar Sanz
true; }); }); - Original Message - From: "Amit" To: "jQuery (English)" Sent: Monday, July 06, 2009 1:37 PM Subject: [jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8 Hi Cesar, Thanks for your reply. But that isn't wor

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8

2009-07-06 Thread Amit Rampurkar
Here is the code from the view source window in IE for the submit button if this can help: Now uploading ...(This may take a minute) Thanks, ~Amit On Mon, Jul 6, 2009 at 2:37 PM, Amit wrote: > > Hi Cesar, > > Thanks for your reply. But that isn't working. It still gives me the > same resul

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8

2009-07-06 Thread Amit
Hi Cesar, Thanks for your reply. But that isn't working. It still gives me the same result. The form does not post. It is just that the button gets disabled after click. Wonder why it works properly in Firefox and Chrome but not in IE.. :( Please help. ~Amit On Jul 6, 2:14 pm, "Cesar Sanz" wr

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8

2009-07-06 Thread Cesar Sanz
try .attr('disabled', 'disabled') instead of .attr('disabled', 'true') - Original Message - From: "Amit" To: "jQuery (English)" Sent: Monday, July 06, 2009 10:50 AM Subject: [jQuery] DISABLE BUTTON AFTER 1 CLICK ->JQUERY: NOT WORKING WITH IE8 Hello there, I am using Drupal fo