I applied a textbox using before method of jquery to one of my wordpress page. But the issue is that it is showing two textbox instead of one. I want to show only one textbox. This is my code below
var $ = jQuery.noConflict();
$(".product-listing-table").before("<p><input type='text' placeholder='search product by name, status, sku' id='upen'></p>");
Use this