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

Inapagethereisadiv(Iguessitwasadiv)andyouneedtoexecuteajavascriptfunctionwheniffirstmovesthemouseovertheelement.()

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

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

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

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


相关考题: