My Ajax call is really simple as below:
function ajax(reqUrl, params , callback) { console.log(\"Request URL \"+reqUrl); var cond; cond = $.ajax({ type:
Finally, I found error .. Safari doesn't reload my JavaScript files again even disable Cache. So I put all of my JS code into:
$(document).ready(function(){ // start load my js functions init(); });
to reload my JS files when my page was ready. Cheer !