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();
});
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