I was looking at this website http://bountii.com/search.php?item=router
and I've looked at other sites which work in similar manner.
The page has many filters provided for example: price range, popularity etc. But when these filters are performed it looks like only some section of the webpage is loaded rather than the whole page. This doesnt seem to be using ajax as it is sending the whole request back to the server (search.php page).
It doesnt seem to be using technique mentioned on this page http://nettuts.s3.amazonaws.com/196_jquery/index.htm where they are just editing the CSS to not display some links.
I am curious as to how this works. Any thoughts?