Hi,
I'm trying to use load to reload a portion of the current page (long story why) but am having an issue with the variable syntax.
Here is the snippet of code:
var pathname = window.location.pathname;
$('#menu').load("/cms.php #menu");
I woudl like to replace /cms.php with the variable, but am having issues with the corrent syntax.
Any help/advice would be much appricated.
A.