検索フィールドを作りたい。これまでの私のコード:
<input type="text" value="Search" onfocus="if (this.value=='Search')
{this.value='';}" onblur="if (this.value=='') {this.value='Search';}"
class="textbox"/>
<input>
タグを変更したい@Html.Editor("term").
を使用して onfocus および onblur イベントを作成するにはどうすればよいですか@Html.Editor("term")?