[development] Select to auto-submit
Florian Loretan
floretan at gmail.com
Wed Mar 12 16:21:40 UTC 2008
You can get this to work using this short piece of jquery code:
$("select#id-of-select-element").change(function() {
$("form#id-of-form-element").submit();
});
On Wed, Mar 12, 2008 at 7:55 AM, Brett Evanson <brettev at gmail.com> wrote:
> Any way we can make an exposed filter do an autosubmit when they select
> one of the options? Does the Javascript Tools module have anything to do
> with this?
>
>
>
> --
>
> Brett Evanson
>
> brettev at gmail.com
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20080312/814a950d/attachment.htm
More information about the development
mailing list