fayne Posted July 2, 2013 Share Posted July 2, 2013 I have a page where a user can change a date and it works with on input button that starts the following script. This works perfectly on a computer with internet explorer or safari. And even works on a android tablet. The only problem is that it doesn't work on an ipad. Does anyone here know how to change this, so that is also works on an ipad? function ChangeDate(id, date) { $.ajax({ type: "POST", url: "changedate.php", data: 'id='+id+'&date='+date, cache: false, success: function(data){} }); } Quote Link to comment https://forums.phpfreaks.com/topic/279781-jquery-post-not-working-on-ipad/ Share on other sites More sharing options...
Muddy_Funster Posted July 17, 2013 Share Posted July 17, 2013 what do you meen it works? you dont have anything in the success function for it to do... Quote Link to comment https://forums.phpfreaks.com/topic/279781-jquery-post-not-working-on-ipad/#findComment-1441060 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.