Is there any way to remove a tag from the page using jquery? and i need to remove particular style tag.
Thanks.
If you want to remove style tag from specific class or id ,then you can just mention their class or id name. Like this:
html:
jquery:
$('.menu style').remove();