- First commit to issue fork.
- Status changed to Needs work
about 1 year ago 11:39am 20 October 2023 - 🇫🇷France goz
-
+++ b/js/select-all.js @@ -0,0 +1,15 @@ + if ($('.check-' + value).prop('checked')) {
Use context in jquery selection to not parse all the dom, but only provided context from behavior
-
+++ b/js/select-all.js @@ -0,0 +1,15 @@ + $('#checkall-' + value).click(function () {
Use once() to avoid multiple calls if behavior is reloaded.
I move this issue to 2.0.x version since 8.1.x is not supported anymore
-