How does Stack Overflow show the answer added/edited message without a page reload?
Yes, I know it will happen with Ajax. So I opened Firebug in a browser to check it, to see whether any requests are coming in a particular interval of time. But I don't see any request coming in Firebug.
Can we perform a request without it showing in Firebug? Are there any other ideas behind this or is my concept totally wrong?