Add click submit

This commit is contained in:
2020-07-27 21:41:14 -04:00
parent eaa3aa41f2
commit a3c2bc8ba8
3 changed files with 9 additions and 3 deletions
+4
View File
@@ -37,4 +37,8 @@
$(this).text("Show Less");
return false;
});
$(".click-submit").on('change', function () {
$(this).parents('form:first').submit();
});
})(jQuery);