JavaScript - Hide a Div at startup (load)

前端 未结 6 1768
南方客
南方客 2020-12-29 03:17

I have a div in my php page that uses jQuery to hide it once the page has loaded. But is there a way to hide it from the very start of loadup?

The reason I ask is be

6条回答
  •  长情又很酷
    2020-12-29 03:48

    This method I've used a lot, not sure if it is a very good way but it works fine for my needs.

    
      
        
    
    
        
        
        
        
        
        
    
    
    

提交回复
热议问题