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

2009-07-17 Thread icuucme
16, 2009 4:37 PM Subject: [jQuery] Re: Disabling Button in jQuery HTML Form Plugin still looking for help with this...thanks On Jul 8, 1:36 pm, icuucme deron.tava...@gmail.com wrote: I am currently using this pluginhttp:// www.malsup.com/jquery/form/#code-samples (HTML) to display a div

[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 deron.tava...@gmail.com wrote:

[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 deron.tava...@gmail.com 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

[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 deron.tava...@gmail.com To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, July 16, 2009 4:37 PM Subject: [jQuery] Re: Disabling Button in jQuery HTML Form Plugin still looking

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

2009-07-16 Thread Theodore Ni
: you can check the message in the onclick event... - Original Message - From: icuucme deron.tava...@gmail.com To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, July 16, 2009 4:37 PM Subject: [jQuery] Re: Disabling Button in jQuery HTML Form Plugin still looking