Created
June 30, 2014 15:40
-
-
Save netsuite/a2316fd1d17542cded82 to your computer and use it in GitHub Desktop.
js: create dynamic div to append
This file contains hidden or 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
jQuery('<div/>', { | |
"class": "myClass", | |
"html": "hi, this is the html content" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment