Browsing articles from "January, 2011"

Ajax Load Container

Jan 29, 2011   //   by waqas   //   Blog  //  No Comments

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");

Read more >>