How to get form POST data with Firebug?
Check this answer Use Net Tab of Firebug. There is POST info in that tab too!
Original question:To see the content POST data trasferred by jQuery
A nice alternative: TamperData
You can even modify post data before submitting.
2019-06-20: link updated