Skip to content

Instantly share code, notes, and snippets.

@tkh44
Created October 28, 2011 15:15
Show Gist options
  • Save tkh44/1322508 to your computer and use it in GitHub Desktop.
Save tkh44/1322508 to your computer and use it in GitHub Desktop.
loadPage
function loadPage(link) {
console.log('link: ' + link);
elements.content.html(values.loader).load(link + "/" + " #inside-content", function() {
document.title = elements.content.find('#product-name').text() + ' | ' + values.title;
formatPage();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment