Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.getJSON("voersel/optellenCalorieen", {
  2.     format:"json"
  3. }).done(function(data){
  4.   var container = $('#somCaorieen');
  5.   container.html(data.calorieen_som);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement