Skip to content

Instantly share code, notes, and snippets.

View zacwasielewski's full-sized avatar

Zac Wasielewski zacwasielewski

View GitHub Profile
@zacwasielewski
zacwasielewski / index.html
Created April 10, 2015 15:06 — forked from anonymous/index.html
Copy form data with jQuery
<form id="form1">
<input name="name" value="Zac">
<input name="address" value="407 French Road">
<select name="gender">
<option></option>
<option selected>Male</option>
<option>Female</option>
</select>
</form>