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');
});

Re: Dynamic Pages using Javascript

Hi Matt, I've emailed you about this, but for anyone else reading, checkout this:
http://smplc.ms/detectcms

You can use the code on that page to apply your JavaScript when not viewing the live site. So when viewing the site in SimpleCMS your links will load normally and not be caught in the click event.