The scenario:
When I vote for a question, a successful up vote is cast, then I refresh the page. I can't see the up_vote_off image anymore, I immediately see the up_vote_on image.
I checked the response of the main HTTP request for the question and it is off, not on.
So, the on CSS class is being put by Javascript, not generated on the server and being transferred to me, I am amazed (and a little confused) about how can you do that? I mean, there must be even a little gap between the moment, the response is received and the execution of Javascript on the client, but there is no gap. (by gap, I mean that the user sees the off vote image then sees it flip to the on vote image), if this is done by caching, any details please about that? what technique is used? where exactly the vote info is being put?