Guest User

Untitled

a guest
May 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. var testCustomers =
  2. $.post("/sorting/sort-pagination/new_sort/data.php", testCustomers, function(returnedData) {
  3. console.log(returnedData);
  4. });
  5.  
  6. var testData = {
  7. players: testCustomers
  8. };
  9.  
  10. [
  11. { "id": 101, "rank": 5},
  12. { "id": 102, "rank": 6},
  13. { "id": 106, "rank": 1},
  14. { "id": 103, "rank": 4},
  15. { "id": 104, "rank": 2},
  16. { "id": 105, "rank": 3} ]
Add Comment
Please, Sign In to add comment