Is there a way to add extra parameters to YUI pjax calls, the only event handlers i found were like load, navigate and error. There we no handlers for before making the pjax call. Even i didn't found any help for this using Config Attributes of pjax calls.
Its like if default call is:
http://localhost:8000?pjax=1
and dynamic one added should be like:
http://localhost:8000?pjax=1¶m=test
The value of param can change on calls.
Any help would be appreciated.. Thanks.