Initial focus test

by larsolesimonsen

HTML

<input type="text" id="tf1" />
<input type="text" id="tf2" />

JavaScript

$('#tf2').focus();