You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this is my first time using this plugin, so I want to make sure I'm on the right track,
the Pjax is working fine and all, but if I go to a page (example 'A' page) who have a script and CSS in there, the page not load it (i must refresh the page to fully load it), I'm using an external script like this in the bottom of 'A' page
I'm already see this issue #600 and #331, because lack of my knowledge in this matter i don't know where i should fix my problem. or at least can i load my external script in this code $(document).on('ready pjax:success', function(){ loadJS(); }) ?
Thanks,
Best Regard.
The text was updated successfully, but these errors were encountered:
sorry, i just found out that all my JS library is not using your requirement like this if DOM is ready $(document).on('ready pjax:success', function() { //code here }); (because another js for css create by someone else).
Hello, this is my first time using this plugin, so I want to make sure I'm on the right track,
the Pjax is working fine and all, but if I go to a page (example 'A' page) who have a script and CSS in there, the page not load it (i must refresh the page to fully load it), I'm using an external script like this in the bottom of 'A' page
I'm already see this issue #600 and #331, because lack of my knowledge in this matter i don't know where i should fix my problem. or at least can i load my external script in this code
$(document).on('ready pjax:success', function(){ loadJS(); })
?Thanks,
Best Regard.
The text was updated successfully, but these errors were encountered: