[jQuery] Re: Refresh DIV with full page refresh

2009-08-12 Thread Justin Volpato
Assuming you are looking to simply reset div1 to its original contents, you would save the contents of it to a variable on page load and then load it into the div again when you 'refresh' it. $(function(){ var div1 = $(#div1).html(); $(#refreshButton).click(function(){

[jQuery] Using search engine keywords to change page content

2008-11-06 Thread Justin Volpato
I have written a post on my blog with some examples on how you can get the keywords a person used to find your site and then change content on it. http://www.justjquery.com/2008/11/04/how-to-make-the-most-of-search-engine-traffic/