Hide HTML element by id

前端 未结 6 1253
执念已碎
执念已碎 2020-12-29 04:38

Hopefully there\'s a quick and dirty way to remove the \"Ask Question\" (or hide it) from a page where I can only add CSS and Javascript:

  
6条回答
  •  遥遥无期
    2020-12-29 05:28

    @Adam Davis, the code you entered is actually a jQuery call. If you already have the library loaded, that works just fine, otherwise you will need to append the CSS

    
    

    or if you already have a "hideMe" CSS Class:

    
    

提交回复
热议问题