Most voted "pjax" questions
Pjax a technique that unites ajax and pushState
Learn more…3 questions
Sort by count of
-
8
votes1
answer594
viewsWhat is PJAX and how to detect a PJAX call in the back end?
I’ve been reading about PJAX, but it is a little confusing its operation independent of frameworks, I saw articles but all turned to YUI or plugins for jQuery, really it was not very clear its…
-
2
votes1
answer180
viewsRun JS inline inside the return of an AJAX
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…
-
0
votes1
answer147
viewsHow to retrieve the contents of a rendered template in Symfony2 and store in a String
I’m using the Symfony2, I’m still getting familiar with this framework. And when using my controller I’m not sure how to pick up the output generated by it and play for a string. I need to play for…