function getData() { $.ajax({ url : 'example.com', type: 'GET', success : reInitPro }) } function reInitPro(){ EE.pro.refresh(); }
function getData() { $.ajax({ url : 'example.com', type: 'GET', success : reInitPro }) } function reInitPro(){ EE.pro.refresh(); }