2
I have a hotsite that works on AJAX and friendly urls (more specifically with PJAX). Where the top and bottom are fixed, and only the content is injected into the page.
The problem is that now, I can’t run the inline javascript of the content pages.
I’ve read about giving eval
in the returned text, but it seems to me that the eval
is bad for performance. So how is the best way to do (or what you usually do)?
I believe a minimal example of how you would help people understand what you want, exactly.
– Rui Pimentel