[FX.php List] JQuery question...

Bob Patin bob at patin.com
Thu Aug 23 10:07:33 MDT 2012


perfect, thanks!

BP


On Aug 23, 2012, at 8:19 AM, Frank G <someone at gagayaya.com> wrote:

> $().ready(function() { 
> 	$("#pulldown").change(function() { 
> 	 	$("#form_id").submit();
> 
> 	});
> });
> 
> On 2012-08-23, at 9:07 AM, Bob Patin wrote:
> 
>> I have a form that I'd like to submit (using JQuery) anytime the user changes a pulldown in the form, rather than using a SUBMIT button. I know that this works with a non-JQuery form
>> 
>> onchange="Javascript:document.form1.submit();"
>> 
>> but how do I use onchange to submit using JQuery?
>> 
>> Thanks,
>> 
>> Bob Patin
>> Longterm Solutions LLC
>> bob at longtermsolutions.com
>> 615-333-6858
>> http://www.longtermsolutions.com
>> FileMaker 9, 10 & 11 Certified Developer
>> Member of FileMaker Business Alliance and FileMaker TechNet
>> --
>> Twitter: bobpatin
>> Google+: http://www.longtermsolutions.com/plus
>> AIM: longterm1954
>> iChat: bobpatin
>> --
>> Expert FileMaker Consulting 
>> FileMaker Hosting for all versions of FileMaker
>> 
>> 
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list