I have a hotsite that works in AJAX and friendly urls (more specifically with PJAX ). Where the top and footer are fixed, and only the content is injected into the page.
The problem is that right now, I can not perform the inline javascript of content pages.
I have read about giving eval
in the returned text, but it seems to me that eval
is bad for performance. So how is the best way to do it (or what do you usually do)?