[wd_asp elements=’search’ ratio=’100%’ id=1]

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!!!


response.php

Echo "Hello";