Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $( '.selector-class' ).appendTo( $('.test-class) );
  2.  
  3. $( '.selector-class' ).appendTo( '.test-class' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement