Hi
I need a single page designed to the following spec:
1) one textarea input field
2) one button
3) one textarea output field
When the user clicks the button, a jquery function (provided by you) runs – that function calls a function within a php file (provided by me) passing the information entered by the user in the first textarea.
While the php function is running, an eggtimer/wait-circle type animation is shown.
Once the php function completes, the return value from that fun…
