2
Answers

my function inside jquery.ready function execting only once

Susanta Rout

Susanta Rout

8y
174
1
what ever function i have written inside jquery.ready(function) is executing....if i click on a asp button then function inside jquery.ready(function not executing).so how to overcome this
Answers (2)
0
Suvendu Shekhar Giri

Suvendu Shekhar Giri

NA 7k 83.1k 8y
Share the relevant code.
0
Salman

Salman

NA 2.5k 22.3k 8y
Hi.
 jquery.ready(function) will execute when the page loads and if you want a function in asp button then write down a new function and call that in onclientclick.
thanks.