Browsing articles from "January, 2011"
Ajax Load Container
With jQuery, you can load not just the contents of a URL, but a specific CSS selector from within that URL. It’s like this.
$("#area").load("example.html #content");



