<p><input id="sample03" type="text" value="ここをフォーカスしてください" /></p>
$(function(){ $('input').focus(function(){ alert('フォーカスしました'); }); });