[FX.php List] JQuery question...

Frank G someone at gagayaya.com
Thu Aug 23 07:19:45 MDT 2012


$().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



More information about the FX.php_List mailing list