单项选择题
In a page there is a div (I guess it was a div) and you need to execute a javascript function when if first moves the mouse over the element.()
A.$(“#div1”).mouseenter(displayname);
B.$(“.div1”).mouseenter(displayname);
C.$(“#div1”).mousemove(displayname);
D.$(“.div1”).mousemove(displayname);
点击查看答案&解析
相关考题
