[jQuery] Re: Disabling Button in jQuery HTML Form Plugin

2009-07-17 Thread Theodore Ni
Perhaps success: function() { var ht = $('#htmlExampleTarget'); ht.fadeIn('slow'); if (ht.html().indexOf('Success') >= 0) { $('#htmlForm :submit').val('Success').attr('disabled', true); } } Ted On Fri, Jul 17, 2009 at 3:06 AM, icuucme wrote: > success: function() { >

[jQuery] Re: Disabling Button in jQuery HTML Form Plugin

2009-07-17 Thread icuucme
r Sanz wrote: > > > > > you can check the message in the onclick event... > > > ----- Original Message ----- From: "icuucme" > > To: "jQuery (English)" > > Sent: Thursday, July 16, 2009 4:37 PM > > Subject: [jQuery] Re: Disabling Button in jQu

[jQuery] Re: Disabling Button in jQuery HTML Form Plugin

2009-07-16 Thread Theodore Ni
n check the message in the onclick event... > > - Original Message - From: "icuucme" > To: "jQuery (English)" > Sent: Thursday, July 16, 2009 4:37 PM > Subject: [jQuery] Re: Disabling Button in jQuery HTML Form Plugin > > > > > still looki

[jQuery] Re: Disabling Button in jQuery HTML Form Plugin

2009-07-16 Thread Cesar Sanz
you can check the message in the onclick event... - Original Message - From: "icuucme" To: "jQuery (English)" Sent: Thursday, July 16, 2009 4:37 PM Subject: [jQuery] Re: Disabling Button in jQuery HTML Form Plugin still looking for help with this...thank

[jQuery] Re: Disabling Button in jQuery HTML Form Plugin

2009-07-16 Thread icuucme
still looking for help with this...thanks On Jul 8, 1:36 pm, icuucme wrote: > I am currently using this > pluginhttp://www.malsup.com/jquery/form/#code-samples > (HTML) to display a div with content, depending on what is entered. > > Is there a way to disable the submit button if the div contai