Advertisement
szymcio93

jquery na góre

Jun 16th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $( document ).ready(function() {
  2. $("h1").click(function(){
  3. $(this).prependTo("body");
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement