Load javascript before rendering page?

后端 未结 5 2092
自闭症患者
自闭症患者 2020-12-14 07:55

I want to run some jquery code before my page have loaded. Im adding some classes which are changing the css with javascript, and when the page loads i see the \"old\" css f

5条回答
  •  半阙折子戏
    2020-12-14 08:37

    Remove a css before rendering the page:

    (I use this for removing a Css highlighting from a table, and WORKS!)

    
    

提交回复
热议问题