Jquery Post In Mobile Browser Doesn't Work
I'm trying to make a post request with jQuery in a web application with the following code : alert('1'); $.post(server_hostname, { method: 'getTimestamp', type: 'text', par
Solution 1:
you datatype 'text'
should be xml, json, script, or html
for more information see jQuery's post documentation
Post a Comment for "Jquery Post In Mobile Browser Doesn't Work"