Page is a not externally linkable
Philosopher - 4:14 pm on Feb 8, 2013 (gmt 0)
Unfortunately, this script is part of an mobile app built with some phonegap, etc. so I can't use the dev tools available in FF or Chrome to inspect the received data.
I need to to include some code to print it to the screen itself.
I tried using commenting out everything after
success: function(msg){ to the closing brace and adding "alert(msg);", but got nothing.
Any other options would be appreciated. I'm definitely out of my comfort zone in js and ajax.