codehaven - php snippets - coding help
Generic filters
Exact matches only

Basic Ajax send and response

29th September 2014

Jquery - Ajax

jquery icon

If you don’t send any valid data in the Ajax function it won’t work.
If the page you are sending it to does not work by it’s self don’t expect the response to either.
Don’t use .submit and try to get a value back – it won’t!
Test what you are sending!!!

Was this code snippet helpful?