Guest User

Untitled

a guest
Jul 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. jq("#fileTable").fadeTo("normal", 0.33, function(){
  2. jq("#fileTable").children('tr:not(:first)');
  3. jq("#fileTable tbody").load("@@file-list?get_updated_totals_tabled=1&start_date=" + startDate + "&end_date=" + endDate, function(){
  4. jq("#fileTable tbody").fadeTo("normal", 100.0, function(){
  5. jq("#fileTable").trigger("update");
  6. jq("#fileTable").trigger("sorton", [[[2,1]]]);
  7. });
  8.  
  9. });
  10. });
Add Comment
Please, Sign In to add comment