I am trying to remove the HTML field but remove is not working on dynamically added fields.
$('.delete-ques').on('click', function() {
alert('hello');
$(this).parent().remove();
return false;
});
https://jsfiddle.net/gp2gwana/3/
Try to add div and remove