js实现第一次点击完成一个事件,第二次点击在执行另一个事件? 如何弄呢?

2024年11月16日 05:32
有2个网友回答
网友(1):

可以在onclick执行完第一个事件后 接着用 this.onclick=function(){shijian2()} 替换nclick 执行第二个时间



点击

网友(2):



function SetStrollHid()
{
var scrollValue=document.getElementById("divTableContent").scrollTop;
scrollValue+=";"+document.getElementById("divTableContent").scrollLeft;
document.getElementById("scrollTopValue").value= scrollValue;
return true;
}document.getElementById("scrollTopValue").value= scrollValue;