JQuery adds highlighting to your site

From , 2 Years ago, written in JavaScript, viewed 81 times.
URL https://pastebin.vip/view/569ff987
  1. $(function() {
  2.  
  3.    var docHeight = $(document).height();
  4.  
  5.    $("body").append("<div id='overlay'></div>");
  6.  
  7.    $("#overlay")
  8.       .height(docHeight)
  9.       .css({
  10.          'opacity' : 0.4,
  11.          'position': 'absolute',
  12.          'top': 0,
  13.          'left': 0,
  14.          'background-color': 'black',
  15.          'width': '100%',
  16.          'z-index': 5000
  17.       });
  18.  
  19. });
  20. //javascript/4239

Reply to "JQuery adds highlighting to your site"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website