I want to add a hidden input after some element. I am using this code:
$("<input type="text">").insertAfter(".addProduct");
Bu çalışmıyor. Ama bunun için yerine çalışır.
$("<span>ddd</span>").insertAfter(".addProduct");
It works. Help me.
Teşekkür ederim.