I have a long form with many buttons and inputs inside it. here is an example:
<form>
<p>#</p>
<input type="button" value="Inputs" />
<input type="text" value="" />
</form>
I want I do not want to clone it because the amount of input fields will be expanded and altered. I am thinking of using the '.after()' function but there are alot of excape strings i have to do.
Is there a way to just call another function and have this returned for legibility sake?