标签: javascript jquery
是否可以通过点击:before?
:before
somenthing like
HTML
<div class="a"> //here comes the before i'd like to click for example a fontawesome icon ::before </div>
JQUERY
$('.a:before').click(function(){ $(this).remove(); });