Alternative to pjax/djax and ajaxy

Posted by elluca on Stack Overflow See other posts from Stack Overflow or by elluca
Published on 2012-06-01T15:30:14Z Indexed on 2012/06/03 16:40 UTC
Read the original article Hit count: 904

Filed under:
|
|

I was evaluating jQuery plugins to make a Drupal 7 site using AJAX everywhere. I have been using ajaxy. But it does not seem to be very actively maintained.

Two possible solutions I have found are pjax and djax. What are your experiences with those plugins?

What other plugins do you know that do similar functionality? Very important features are SEO friendliness (preferably using pushState so no hash is being used. Hashes are used as a fallback for not supported browsers.). And also has to be very flexible since it has to wirk with Drupal's HTML structure.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX