Timer的定义如下:
<asp:Timer ID="Timer1" OnTick="Timer1_Tick" runat="server" Interval="1000" Enabled="false" />
致电$find("<%= Timer1.ClientID %>")._startTimer();
时,我收到此错误:
Microsoft JScript运行时错误:无法获取属性'_startTimer'的值:object为null或undefined
并在调用$('#Timer1')._startTimer();
时收到此错误:
Microsoft JScript运行时错误:对象不支持属性或方法'_startTimer'
欢迎任何建议。