jqueryを使用して簡単なボタンを作成しようとしています。ユーザーがボタンをクリックすると、「timestart」の値が「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="" />
助けてくれてありがとう!