Created
March 12, 2018 14:40
-
-
Save greghunt/10b36aa8c738f8aaa39e7d787f7d2b87 to your computer and use it in GitHub Desktop.
Auto-submit a form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("[data-autosubmit]").on('change', function(){ | |
$(this).parents("form").submit(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is very useful for filters. Simply add this HTML: