on
英[?n] 美[ɑ:n] ?
prep. (indicating direction) to; (indicating object) to; (indicating position) on...; (indicating time) at the time of...
adv. (put, wear, connect) on; forward, (continue) go on
adj. active situation, state ;used; happening; planned
mouse
英[ma?s] 美[ma?s]
n. Mouse; mouse ; a shy [timid] person; [informal] bruised eyes
vi.catching mice; spying, secretly looking for
Plural: mice
out
UK[a?t] US[a?t]
adv.Out; outside, outside; completely, thoroughly; published
prep. (meaning Source) from; (from...) to come out; (to express not being in the original state) to break away; to leave of; peripheral
n. Not popular; out
Third person singular: outs Plural: outs Present participle: outing Past tense: outed Past participle: outed
javascript onmouseout attribute syntax
Function: Occurs when the mouse pointer moves out of the specified object.
Syntax: onmouseout="SomeJavaScriptCode"
Parameters: SomeJavaScriptCode Required. Specifies the JavaScript to be executed when this event occurs.?
javascript onmouseout attribute example
<html> <head> <meta charset="UTF-8"> </head> <body> <img src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" onmouseout="alert('鼠標(biāo)離開了這張圖片!')" /> <p>移動(dòng)鼠標(biāo)離開圖片觸發(fā)事件</p> </body> </html>
Run instance ?
Click the "Run instance" button to view the online instance