jquery-pjax
jquery-pjax copied to clipboard
initializeMyPlugin() is not a function error when reinitializing plugins after a pjax request.
Uncaught TypeError: $(...).initializeMyPlugin is not a function
at HTMLDocument.
initializeMyPlugin
is an example function name. You need to replace it with the jQuery plugins that you are using.