To see the content POST data trasferred by jQuery
attributes, jquery, post, rel
Solution
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).
(source: gyazo.com)
Problem
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?