To see the content POST data trasferred by jQuery

Léo Léopold Hertz 준영 picture Léo Léopold Hertz 준영 · Aug 29, 2009 · Viewed 23.2k times · Source

How can you see what the attribute rel contains when it is transferred by POST?

I transfer a variable by the rel attribute by jQuery. I would like to know what the attribute, $_POST['answer'], contains.

This question is based on: To make an action based on the link location by jQuery

jQuery IRC tells me that the solution seems to be Firebug somehow. How can you see POST data in Firebug?

Answer

redsquare picture redsquare · Aug 29, 2009

You can use the Network tab and look at the params tab as shown below (this was a get request to google where I search for the word hello).

alt text
(source: gyazo.com)