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 23423af commit 28f503cCopy full SHA for 28f503c
src/Resources/public/jquery.ajax-reload-form.js
@@ -11,7 +11,7 @@
11
event.preventDefault();
12
13
$form = $(this);
14
- $element = $(this).closest('[class^="ce_"],[class^="mod_"]');
+ $element = $(this).closest('*[class^="ce_"][data-ajax-reload-element],*[class^="mod_"][data-ajax-reload-element]');
15
$element.addClass(options.reloadCssClass);
16
$element.trigger('ajax-reload:submitted');
17
0 commit comments