0

I have a jQuery code like:

$(".class::before").click(function(){
    $(this).css("display","none");
});

This effects on that before element. But I want to access the host element. Please help!

Hans Felix Ramos
  • 4,264
  • 3
  • 16
  • 40

0 Answers0