12 Mar
2008
12 Mar
'08
3:55 p.m.
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 <mailto:brettev@gmail.com> brettev@gmail.com
12 Mar
12 Mar
5:21 p.m.
New subject: [development] Select to auto-submit
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@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@gmail.com
6675
Age (days ago)
6675
Last active (days ago)
1 comments
2 participants
participants (2)
-
Brett Evanson -
Florian Loretan