I’m trying to create a simple button using jquery. When the user clicks a button, the value of ‘timestart’ is copied into ‘timeend’.
<input id="timestart" name="timestart" value="" />
<!-- need button here: Click here to copy/paste value into timeend field -->
<input id="timeend" name="timeend" value="" />
Any help appreciated, thanks!
HTML
jQuery
DEMO