Advertisement
zono

Proper way to create jQuery object.

Jul 11th, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.06 KB | None | 0 0
  1. $("<div/", {
  2.     text: "Test"
  3.  }).appendTo("#elementId");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement