Guest User

Codigo menu flutuante

a guest
Oct 24th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. jQuery(document).ready(function(a) {
  2. if (a(".menu.superior").length) {
  3. var content = jQuery(".menu.superior").html();
  4. jQuery('#barraTopo .conteiner .row-fluid').html('<div class="menu superior">'+content+'</div>')
  5. }
  6. });
Add Comment
Please, Sign In to add comment