I have links that are rendered using PJAX.
In one of the form, I have a form. When the user edits the form and clicks on any of the pjax links, I would like to show a confirm message dialog box, "Are you sure you want to navigate, you have unsaved changes"
So How can I call the pjax request?
You could set up a variable that you set to true when the user edits the form, then check on your link handler. For example