Skip to content

Instantly share code, notes, and snippets.

@nextechu
Last active August 29, 2015 13:57
Embed
What would you like to do?
<p id="hello">Hello World</p>
.. omitted code
//Select the element by it's ID
var element = $("#hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment