AJAX = Asynchronous JavaScript and XML. AJAX is about loading data in the background and display it on the webpage, without reloading th...
If use want to trigger ajax on Click $('.taskStat').live('click',function(){ $.ajax({ type: 'P...