Skip to content

Instantly share code, notes, and snippets.

@stw
Created April 15, 2011 01:54
Show Gist options
  • Save stw/920986 to your computer and use it in GitHub Desktop.
Save stw/920986 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$.ajax({
url: '/graphs/device1.json',
success: function (data) { load_chart(data) },
cache: false
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment