Skip to content

Instantly share code, notes, and snippets.

@gtallen1187
Created August 1, 2014 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtallen1187/850060d7da72d3aff937 to your computer and use it in GitHub Desktop.
Save gtallen1187/850060d7da72d3aff937 to your computer and use it in GitHub Desktop.
append a javascript resource file to the head
// add a scripts to head
$.getScript("https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js", function () {
alert("your resource is ready!")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment