Advertisement
hendrajeg

autohide sitcky ads

Aug 12th, 2022
1,385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. jQuery(function($) {
  2.     $( document ).ready(function() {
  3.         setTimeout(function() {
  4.             $('.jnews_mobile_sticky_ads').hide();
  5.         }, 5000);
  6.     });
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement