Skip to content

Instantly share code, notes, and snippets.

@ananyo2012
Created July 3, 2016 06:48
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 ananyo2012/fdd4c576962492c95ff0d67c28d509bf to your computer and use it in GitHub Desktop.
Save ananyo2012/fdd4c576962492c95ff0d67c28d509bf to your computer and use it in GitHub Desktop.
Sample snippet for jQuery.get() method
$.get('https://mapknitter.org/feeds/author/waren', function (feed) {
// processing code goes here
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment