How to insert fieldset inform using jquery now I have this
<form action="" method="post">
all dynamic field generated with db and array
</form>
I want to add fieldset between form tag so code become
<form action="" method="post">
<fieldset>
all dynamic field generated with db and array
</fieldset>
</form>