window.onload=function(){document.getElementById("textID").onmouseover=NewFunction;};function NewFunction(){//你的代码了}我这里是页面加载的时候动态绑定上去,你也可以执行其它事件绑定!