$formSelector public property
The jQuery selector of the forms whose submissions should trigger pjax requests. If not set, all forms with data-pjax
attribute within the enclosed content of Pjax will trigger pjax requests. If set to false, no code will be registered to handle forms. Note that if the response to the pjax request is a full page, a normal request will be sent again.
public string|false $formSelector = null
Please login to continue.