Hide div when loading JS (jQuery)

From , 4 Years ago, written in JavaScript, viewed 220 times.
URL https://pastebin.vip/view/1aa3d9c6
  1. $(function() {
  2.  
  3.         document.getElementById('emailDiv').style.visibility = "hidden";//隐藏 id 为 emailDiv 的DIV
  4.        $("p").hide();    //隐藏【p】元素
  5.  
  6. });

Reply to "Hide div when loading JS (jQuery)"

Here you can reply to the paste above

captcha

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