In my application I use this technique:
<body id="action" class="controller">
Is there a way to pjax send it along with the #container?
feedback
|
|
Assuming you're using rails: I don't know what you're using to generate the server side response. I am using rack-pjax, and was able to modify the library to set the class and id on the body with the following:
Hope that helps! | ||||
|
feedback
|