PJAX listen to pjax:end event with standard js

后端 未结 1 863
你的背包
你的背包 2020-12-20 02:41

So github uses \"defunkt\'s\" PJAX module (https://github.com/defunkt/jquery-pjax#events), and I\'m making a firefox addon that needs to listen to the event pjax:end

相关标签:
1条回答
  • 2020-12-20 03:13

    As far as I'm aware its not currently possible to catch jQuery events using native JavaScript (although looking at this bug ticket http://bugs.jquery.com/ticket/11047 it appears that there are some library's that would enable this, but not without code changes to the PJAX code).

    0 讨论(0)
提交回复
热议问题