Skip to content

Instantly share code, notes, and snippets.

@jsarenik
Created September 3, 2014 13:19
Show Gist options
  • Save jsarenik/eeccc19ab809d4fd5a2f to your computer and use it in GitHub Desktop.
Save jsarenik/eeccc19ab809d4fd5a2f to your computer and use it in GitHub Desktop.
jQuery example
jQuery(document).ready(function(){
$("span").text("$100");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment