source:
main/waeup.kofa/trunk/layout/static/js/kofa-autoSubmit.js
@
17952
Last change on this file since 17952 was 17172, checked in by , 2 years ago | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
1 | $(document).ready(function() { |
2 | $('#autosubmitform').on('change', function() { |
3 | var $form = $(this).closest('form'); |
4 | $form.find('input[type=submit]').click(); |
5 | }); |
6 | }); |
Note: See TracBrowser for help on using the repository browser.