Skip to content

Instantly share code, notes, and snippets.

@ksloan
Created April 24, 2014 19:38
Show Gist options
  • Save ksloan/11266860 to your computer and use it in GitHub Desktop.
Save ksloan/11266860 to your computer and use it in GitHub Desktop.
nicely creating a new element with jquery
$('<img>', { src : icon, alt: i, title: title }).appendTo(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment