Tagged Questions

2
votes
2answers
157 views

How to recall function under jquery plugin

I have created one jQuery plugin to use in my own system. The problem: I would like the system to update every 1 second. Normally I recall the function by use setTimeout with the name of its function. ...
1
vote
2answers
1k views

How can I recall a javascript function after updatepanel update

<asp:UpdatePanel ID="UpdatePanel2" runat="server" OnLoad="UpdatePanel2_Load" UpdateMode="Conditional"> <ContentTemplate> <script type="text/javascript"> ...