loadEvents(); wanted to call every 10 sec
Asked by Sapan Kumar
9 years ago.
9 years ago.
$(document).ready(function () {
setInterval(function(){
loadEvents();
}, 3000);
});
this is not working? why its so..
Because wanted pull all bookings in every 10sec need to display them
DayPilot