eval / rack-pjax

pjax for rails and rack applications
http://rack-pjax.herokuapp.com/
MIT License
205 stars 65 forks source link

Script fragment for passing json data to page #19

Closed msaspence closed 8 years ago

msaspence commented 11 years ago

What do you think to this?

Added ability to include <script data-pjax-data> anywhere in the response and have it appended to the pjax response

You can put code to be executed in there, but the main idea was to be able to pass data to the page that the pjax:end event can use

msaspence commented 8 years ago

Doesn't seem to be active