Skip to content
Snippets Groups Projects
Commit a137c906 authored by bbaer's avatar bbaer
Browse files

defining hook in main

parent 0210bfae
No related branches found
No related tags found
1 merge request!221B9720 checkbox various setups
...@@ -58,5 +58,12 @@ $(document).ready( function () { ...@@ -58,5 +58,12 @@ $(document).ready( function () {
} }
}); });
$('.qfq-clear-me').each(function() {
var myInput = $(this);
if(myInput) {
console.log("test");
}
});
})(QfqNS); })(QfqNS);
}); });
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment