I’m trying to make some Post Application which has to show messages like the Mail in Mac OSX.
I wan’t to have headers shown in a div on the left of another div. The ‘other div’ has to show the message according to what header is selected.
All in all, I want the script to show some postContent matching postHeader, without refreshing the page – but still it has to add an URL statement like: post.php?id=1.
Is this even possible and how would you do that? 🙂
Just make a div with id
postContentwhere you want the response to be inserted into and then use the following jQuery functionality:API documentation here