jcombs_31 Posted October 20, 2007 Share Posted October 20, 2007 I'm starting to use jquery rather than code most of my javascript, seems to be the logical thing to do with all of the browser inconsistencies, etc. So, I'm using it on a form that I want to degrade nicely if javascript is disabled. The problem is, I want my php script to be called on the same page as the form, if i do this, jquery is returning the entire page in the response. If I put my script on its own page, the response is what I would expect. I don't understand why it returns my entire page. Any ideas why this happens? Quote Link to comment 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.