Skip to content

Instantly share code, notes, and snippets.

View stecklars's full-sized avatar

Lars-Sören Steck stecklars

View GitHub Profile
const $ = $jQueryWom;
let boxes = $('.wom_hidecheckbox2');
let form = $('.wom_hidecheckbox2').parents('form');
let ids = [];
boxes.each(function () {ids.push(this.name)});
boxes.prop('checked', false);