Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MVC でフォームを作成し、タブを含めました。したがって、デフォルトのタブにないボタン lcik のテキストにリダイレクトしたいと考えています。では、どうすればそれを行うことができますか
jquery を記述します。
$('#buttonId').click(function(){ $('#textboxtofocusId').focus(); })