fiefscent
-
ajax load php into page div
got it. here's what i did: var toLoad = $(this).attr('href').match(/page=(.*)/)[1]+'.php'; function loadContent() { $('#content').load(toLoad,'',showNewContent()) }
got it. here's what i did: var toLoad = $(this).attr('href').match(/page=(.*)/)[1]+'.php'; function loadContent() { $('#content').load(toLoad,'',showNewContent()) }