Phiên bản đầy đủ: jsB@nk » Biểu mẫu » Nút nhấn » Nút đổi chữ khi rê chuột
URL: https://www.javascriptbank.com/onmouseover-button.html
Hiệu ứng làm cho nút nhấn thay đổi chữ hiển thị khi người dùng rê con trỏ chuột đến/ra khỏi nút nhấn.
Phiên bản đầy đủ: jsB@nk » Biểu mẫu » Nút nhấn » Nút đổi chữ khi rê chuột
URL: https://www.javascriptbank.com/onmouseover-button.html
<input type="submit" value="Click here" onmouseover="this.value='== Just click once! =='" onmouseout="this.value='Click here!'"><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->