テキストフィールドにフォーカスを設定する最速の (本当に最速の) 方法は何ですか?
私のページは次のようになります
<html>
<head> ... </head>
<body>
... content ...
<input type="text" id="ct_one" name="ct_pet[]" value="" />
... content ...
<script> ... load jquery and jquery_ui ... </script>
</body>
</html>
前もって感謝します!
ピーター