Add JS files
This commit is contained in:
10
modules/EcmSales/javascript/wzCreator.js
Normal file
10
modules/EcmSales/javascript/wzCreator.js
Normal file
@@ -0,0 +1,10 @@
|
||||
$(document).ready(function () {
|
||||
$('#selectAll').click(function (e) {
|
||||
var elements = $('.make_pdf');
|
||||
|
||||
// Do something with the elements
|
||||
elements.each(function() {
|
||||
$(this).prop('checked', true);
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user