开发者

ASP.NET Timer Control's client side Tick event or jQuery equivalent

开发者 https://www.devze.com 2023-02-28 01:16 出处:网络
I am looking for client-side Tick event of ASP.NET Timer control or jQuery equivalent timer plugin. Your suggestion is much开发者_开发知识库 appreciated. ThanksI found a temporary solution for this bu

I am looking for client-side Tick event of ASP.NET Timer control or jQuery equivalent timer plugin. Your suggestion is much开发者_开发知识库 appreciated. Thanks


I found a temporary solution for this but I am not sure whether this is a good way or not. Please let me know if you have any suggestion. Thanks !

    function pageLoad(){
       var timer = $find('<%= Timer1.ClientID %>');                      
       timer._doPostback = function(){
         // Do something in client side before postback
         __doPostBack(this.get_uniqueID(),'');
       };
    }


You can use this pluıgins with ASP.NET. But i'm not sure with Timer Control.

Timer-X - Absolute Control

jCountdown Timer

jQuery fjTimer

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号