Fixed orders form.
This commit is contained in:
parent
9ad93e9c06
commit
afb2c26ab3
7 changed files with 77 additions and 94 deletions
|
|
@ -21,7 +21,7 @@ $(function() {
|
|||
return false;
|
||||
});
|
||||
|
||||
// Check/Uncheck all checkboxes for s specific form
|
||||
// Check/Uncheck all checkboxes for a specific form
|
||||
$('input[data-check-all]').live('click', function() {
|
||||
var status = $(this).is(':checked')
|
||||
$($(this).data('check-all')).find('input[type="checkbox"]').each(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue