I want to do temporary disable a html element from a html page:
<i class="fa fa-eye fa-2"></i> <span class="feat-info-text"></span>
Actually, i want to remove the mentioned all lines from a html page source through javascript/jquery code by place in <head></head>
tag.