Skip to content

Instantly share code, notes, and snippets.

@madis
Created February 12, 2013 16:56
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 madis/4771318 to your computer and use it in GitHub Desktop.
Save madis/4771318 to your computer and use it in GitHub Desktop.
Javascript debugging
// Creating a script tag & adding it to page
jCookie=document.createElement('script');
jCookie.type = 'text/javascript';
jCookie.src = "https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js";
$('body').append(jCookie)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment