Advertisement
joelobrecht

Untitled

Mar 26th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.34 KB | None | 0 0
  1. // Moves all superfluous elements in presentation pages based on .no_pagetop class in the tools sector                                                          
  2. $(document).ready(function () {
  3.   if ($('.no_pagetop') [0]) {
  4.     var ToAppend = $('#pagetop_modules').last();
  5.  
  6.     $('.wikitopline, .categbar, .tocnav').appendTo(ToAppend);
  7.   }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement