$.ajax({url: "ios/index",cache: false,type: "post",data: {timestamp: new Date().getTime()//params here},dataType: "json"}).done(function (data) {//codes here});