หน้าเว็บ

Thursday, September 17, 2015

Place cursor at end of text in text input element ให้ Cursor อยู่หลังข้อความใน Texbox

เวลาโหลดหน้าเว็บมาให้ Cursor อยู่หลังข้อความใน Textbox และให้โฟกัสที่ Textbox นี้

<input type="text" id="name" name="name" onfocus="this.value = this.value;" autofocus />

No comments:

Post a Comment