You can get this to work using this short piece of jquery code:<br><br>$("select#id-of-select-element").change(function() { <br> $("form#id-of-form-element").submit();<br>});<br><br><div class="gmail_quote">
On Wed, Mar 12, 2008 at 7:55 AM, Brett Evanson <<a href="mailto:brettev@gmail.com">brettev@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US">
<div>
<p>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?</p>
<p> </p>
<p><span style="font-size: 10pt;">--</span></p>
<p><span style="font-size: 10pt;">Brett
Evanson</span></p>
<p><span style="font-size: 10pt;"><a href="mailto:brettev@gmail.com" target="_blank"><span style="color: blue;">brettev@gmail.com</span></a></span><span style="color: rgb(31, 73, 125);"></span></p>
<p> </p>
</div>
</div>
</blockquote></div><br>