Pjax animations
问题 I finally got pjax working, but I have another question.. How do I add some jquery animation like fadeout/slideup old content and fadein/slidedown new content? By default pjax just changes the content without any good looking effects.. Any help would be much appreciated. Best Regards 回答1: Basically, you have a bunch of events to latch on to and do as you like. Here's a basic fadeIn and fadeOut version using the pjax:start and pjax:end as triggers. $(document) .on('pjax:start', function() { $(