Created
September 29, 2013 23:02
-
-
Save omurphy27/b33f29e67d9916847d73 to your computer and use it in GitHub Desktop.
jquery creating html markup with custom values.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("<h1>", { | |
text: 'This is just practice yo, ignore it son', | |
class: 'what up yo', | |
id: 'in the house', | |
name: 'what what', | |
type: 'submit' | |
}).appendTo(".container"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment