网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
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); ” 相关考题