There is such a HTML code:
<div class="addMore"></div>
<div class="adProfInner">
<div class="formAdd"><form></form></div>
</div>
By clicking on the addMore need to reset the form to the container formAdd
Here is that code did not work:
$(this).next('.adProfInner').find('form').trigger('reset');