Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Remove Nitropack footer banner*/
- jQuery(document).ready(function(){
- setTimeout(function(){
- //var tag_new = jQuery("template").eq(38).attr("class");
- var tag_new = jQuery("template").last().attr("class");
- console.log(tag_new);
- //alert(tag_new);
- jQuery("#" + tag_new).css("display", "none");
- jQuery("#" + tag_new).next().next().css("display", "none");
- }, 100);
- });
Advertisement
Add Comment
Please, Sign In to add comment