JSFiddle - React, Tailwind, and code Playground
by Eric Hynds
HTML
<form id="form5">
<input type="text" name="foo" value="bar" />
</form>
JavaScript
alert( $("#form5").serialize() );
by Eric Hynds
<form id="form5">
<input type="text" name="foo" value="bar" />
</form>
alert( $("#form5").serialize() );