Easy Ajax : Part 2
In the first post of this series, we looked at a really basic AJAX example. We simply pulled the time and date into our page via an AJAX call. In this post, we'll take things a step further by passing a variables in and using it in the output.
For this example, we'll take an input string and output it in reverse.
Here is a working sample:
