Is there any way to remove a tag from the page using jquery? and i need to remove particular style tag.
Thanks.
try remove try this
remove
$('style').remove();