Guest User

Untitled

a guest
Nov 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $.getJSON('controllers/reporting_controller.php?network=bloomspot', function(json) {
  2. $.each(json, function(i,row) {
  3. console.log(row);
  4. });
  5. });
Add Comment
Please, Sign In to add comment