Stupid jQuery Tricks: Populating static content with .load()
by David • July 16, 2009 • javascript, Technology
One of the less obvious things you can do with jQuery is use the $(element).load() function to populate often-repeated static content. A client gave us a design that used a pair of master page templates as well as a couple of static HTML files, all of which had an element that had the same standard [...]
Read more →