[Proposal] Manual invocation of Pjax. #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A static method that allows invocation instead of relying on declarative options.
This would open the door to things like
This method could also return a Promise, and puts us closer to $.pjax.
👍
Need a bit more thought on this... looking at the code it doesn't seem like pjax was designed to have multiple instances of pjax instantiated on the same page. I ... might be trying to use this library wrongly =) I'll leave it for 0.3.0 maybe, but due to time constraints I'll rethink the way I'm using it.
@darylteo Can't you accomplish this by calling
pjax.loadUrl()?@BehindTheMath this was 2 years ago. Can't remember. Feel free to close =)