Advertisement
Guest User

Tutorialfg

a guest
Oct 29th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.16 KB | None | 0 0
  1. jQuery(function() {
  2.     var topPosters = jQuery('#top_posters');
  3.     var nweLocation : jQuery('#footer_block');
  4.     JQuery(topPosters).appendTo(nweLocation);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement