I need to do this
$('.tooltip').remove();
but just for this class.
$('.fav[title]');
I have tried
$('.fav[title]').('.tooltip').remove();
or
$('.fav[title] tooltip').remove();
Both are obviously wrong, how the syntax for this?
I need to do this
$('.tooltip').remove();
but just for this class.
$('.fav[title]');
I have tried
$('.fav[title]').('.tooltip').remove();
or
$('.fav[title] tooltip').remove();
Both are obviously wrong, how the syntax for this?
Copyright © 2021 Jogjafile Inc.
Try to use: