Bug 7298: (follow-up) fix checkboxes binding on load
Click on checkboxes should be bound on load. Signed-off-by: sonia <koha@univ-lyon3.fr> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
92aa1246e2
commit
89d951c855
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ $(document).ready(function() {
|
|||
};
|
||||
}
|
||||
} ) );
|
||||
$('input:checkbox[name=ordernumber]').bind('click', check_uncheck);
|
||||
$('#CheckAll').click(function(){ $(late_orderst.fnGetNodes()).find("td").checkCheckboxes();});
|
||||
$('#CheckNone').click(function(){ $(late_orderst.fnGetNodes()).find("td").unCheckCheckboxes();});
|
||||
|
||||
|
|
Loading…
Reference in a new issue