We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, I wish add content from selector and script, but I can't use multiple part of content
$(document).pjax('.content a:not(\'[data-pjax="0"]\')', '.content', {fragment:'.content, script'});
jquery-pjax/jquery.pjax.js
Line 691 in 153262e
I can select only first div for this example
div
<div class='content'> </div> -------------------- another content -------------------- <script></script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, I wish add content from selector and script, but I can't use multiple part of content
jquery-pjax/jquery.pjax.js
Line 691 in 153262e
I can select only first
div
for this exampleThe text was updated successfully, but these errors were encountered: