itgle.com

Inapagethereisadiv(Iguessitwasadiv)andyouneedtoexecuteajavascriptfunctionwheniffirstmovesthemouseovertheelement.()A.$(“#div1”).mouseenter(displayname);B.$(“.div1”).mouseenter(displayname);C.$(“#div1”).mousemove(displayname);D.$(“.div1”).mousemove(displayn

题目
Inapagethereisadiv(Iguessitwasadiv)andyouneedtoexecuteajavascriptfunctionwheniffirstmovesthemouseovertheelement.()

A.$(“#div1”).mouseenter(displayname);

B.$(“.div1”).mouseenter(displayname);

C.$(“#div1”).mousemove(displayname);

D.$(“.div1”).mousemove(displayname);


相似考题