Lines 1-4
Link Here
|
1 |
$(document).ready(function() { |
1 |
$(document).ready(function() { |
|
|
2 |
$.ajaxSetup ({ cache: false }); |
3 |
|
2 |
// Handle the select all/none links for checkouts table columns |
4 |
// Handle the select all/none links for checkouts table columns |
3 |
$("#CheckAllRenewals").on("click",function(){ |
5 |
$("#CheckAllRenewals").on("click",function(){ |
4 |
$("#UncheckAllCheckins").click(); |
6 |
$("#UncheckAllCheckins").click(); |
5 |
- |
|
|