Using jquery remove style tag from html page

前端 未结 6 538
Happy的楠姐
Happy的楠姐 2021-01-19 18:57

Is there any way to remove a

After that use jQuery's remove function to get rid of it, like this:

$('style#someid').remove();

I hope this helps.

提交回复
热议问题