pjax vs wiselinks,差异

What is the difference, and which one is faster?

+1 for wiselinks, it can be used like this:

<a href="/?page=2" data-push="true" data-target="@catalog">2</a>

so it can target

<div role="catalog"></div>

and replace its content.

+1 for pjax, it can redirect when php server-side do redirect.

Correct me if i'm wrong.

Your opinions ?

Wiselinks can process forms for example, and it can work in non-HTML5 browsers. And by the way, don't forget to add role.js to use @role selectors in JQuery.