JQuery fixes the Z-index style of IE

From , 3 Years ago, written in JavaScript, viewed 217 times.
URL https://pastebin.vip/view/4639475d
  1. $(function() {
  2.        var zIndexNumber = 1000;
  3.        // Put your target element(s) in the selector below!
  4.        $("div").each(function() {
  5.                $(this).css('zIndex', zIndexNumber);
  6.                zIndexNumber -= 10;
  7.        });
  8. });
  9.  
  10.  
  11.  
  12. //javascript/4263

Reply to "JQuery fixes the Z-index style of IE"

Here you can reply to the paste above

captcha

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