We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbcbd2 commit c68a7c8Copy full SHA for c68a7c8
genericDropdown.js
@@ -0,0 +1,3 @@
1
+$(el).find('select[name ="genericDropdown"]').change(function (event) {
2
+ $(this).closest('form').netteAjax(event);
3
+});
0 commit comments