4. jQuery AJAX post using .post(), .ajax()

The example submits some data to the service at http://jsonplaceholder.typicode.com using POST method.
Note that the service is for testing purpose only; it will correctly respond to the request but no actual message is inserted.

Result