Topic: Dynamic Pages using Javascript
I have some pages on my site that load only when a link is clicked using Javascript, they are not showing up in simpleCMS, is there a way to make this work?
$("#book-a-legend-link").click(function(){
$('#book-a-legend').load('http://legendsinconcert.expertinternetmarketing.com/book-a-legend.php');
});