Tagged Questions

pjax loads HTML from your server into the current page without a full reload. It's ajax with real permalinks, page titles, and a working back button that fully degrades.

learn more… | top users | synonyms

11
votes
6answers
583 views

Desperately need a solution for Adsense that works with Ajax

I know this questions has been asked a few times here. But these seem fairly outdated, and it looks like the Adsense for Ajax project has been canned (or at the very least, moving very slowly). I ...
11
votes
4answers
2k views

Is pjax the way to go for “fluid” navigation?

I've started playing with pjax, as I want to provide a fast, fluid experience for my users without a lot of unnecessary HTTP requests and repeated rendering of unchanged HTML. I have it working ...
6
votes
1answer
531 views

How is the github source browser transition done?

For those who don't know what I'm talking about: https://github.com/ThePixelDeveloper/pixel-pagination When you click on a directory or file github slides the content left to reveal the new content. ...
3
votes
4answers
440 views

Using PJAX in Wordpress

I'm trying to integrate PJAX into my Wordpress install, and here's the code I am using for it: <script src="js/jquery.pjax.js"></script> <script type="text/javascript"> ...
2
votes
2answers
167 views

document.ready not triggered with pjax

I'm trying out pjax for an app I'm developing but I've kinda hit a wall. Maybe I'm going about this the wrong way, let me explain. In the app, I have a main menu on top, with the different sections. ...
2
votes
1answer
217 views

Ajax (pjax) pagination breaks after other ajax request

I am using pjax for main navigation and pagination (kaminari). Within the page I make ajax calls to change the state to some of the items on the page. The ajax call updates a partial which contains ...
1
vote
1answer
36 views

jquery PJAX/AJAX preventDefault() not blocking link from being clicked

i'd like to prevent PJAX clicking of a link unless an input box is keyed up. here's the code: $('a.pjax').pjax({container: '#main_content'}).live('click', function(event){ if(keyed){ ...
1
vote
5answers
48 views

Javascript: call a function inside $('document').ready

I have a function defined inside a $('document').ready. $('document').ready(function() { function visit(url) { $.ajax({ url: url, container: '#maincontainer', success: ...
1
vote
1answer
85 views

pjax (ajax-based page loading) and user scrolling

Let assume I've got few long pages, and I want to use pjax. When I scroll one page to the end, then click a link invoking pjax reload, then the second page's viewport starts at the end of page (while ...
1
vote
2answers
190 views

jquery pjax request sending twice

I have a rails app and I keep getting a weird behavior with pjax requests. When I look into my development logs I could see that two requests are being made. The first request is pjax and the next one ...
1
vote
2answers
261 views

How to make github style page transitions by pjax

Once a time, I read an article said that github page transition is made by pjax, I checked jquery-pjax project. I think I have close to the answer, it must be something related with event pjax:start ...
1
vote
0answers
49 views

Get controller and action names with pjax?

In my application I use this technique: <body id="action" class="controller"> Is there a way to pjax send it along with the #container?
1
vote
0answers
165 views

drawing a map with gmaps4rails *after* the initial page load

I want to load a map using gmaps4rails on-demand by loading html from the server into the current page without a full page load. I am essentially faking tabs using ajax like in pjax: ...
1
vote
1answer
311 views

wait for all image to load jquery ajax / jquery pjax

heres a snipset of what im trying to do $.pjax = function( options ) { var $container = $(options.container), success = options.success || $.noop // We don't want to let anyone override ...
0
votes
0answers
27 views

jquery pjax + jquery tipsy the tooltip doesn't hide on mouseout after click

When using jquery.tipsy on pjax links, the tooltip doesn't hide on mouseout after the click. This could mean that after the click, mouseout event is unattached from this element and that's why the ...
0
votes
1answer
32 views

How do I insert a partial view in a View at a certain place in the view with MVC3?

I have an MVC3 application that I am implementing pjax into . Everything is working well except what to do on the server side when an address gets loaded that doesn't already have the main view on ...
0
votes
1answer
311 views

Do I really need an MVC framework like Backbone.js or Ember.js in Rails for a single page app?

Personally Coffeescript is ok, but I would rather it be a supporting player in my Rails app, not most of the logic. From what I can see, you still have to duplicate a lot of the logic when using ...
0
votes
0answers
58 views

jquery-pjax + django-pagination appending _pjax=true to url query

I'm trying to use jquery-pjax with django-pagination (actually django-endless-pagination). The table and page list is located in the div I'm updating with pjax. The problem appears when loading ...
0
votes
1answer
87 views

pjax alternatives for ruby on rails

Finding the interesting railscast on pjax http://railscasts.com/episodes/294-playing-with-pjax I would like to ask for some advice if there are other tools / gems that can update a portion of a page? ...
0
votes
0answers
103 views

PJAX not working on all pages

So I'm using pjax-rails on my website and I noticed that not all of the link targets are loaded through PJAX anymore (in fact, the only one that is is the 'about us' page.) The source of the website ...
0
votes
1answer
93 views

Rails PJAX Loading a partial not an html file

I am creating a tab based menu using PJAX in Rails. I have PJAX working, it loads content in the correct div when I load a normal page. However I would like it just to load partials that contain ...
0
votes
1answer
105 views

jQuery Pjax: losing access to jquery with frequent clicks of pjax-ified links?

i'm using the jquery Pjax plugin from Chris Wanstrath, aka, Defunkt, demo'd here: http://pjax.heroku.com. I've got it working exactly as the demo. However, sometimes that seem to correlate with too ...
0
votes
1answer
270 views

pjax with rails 3.1 redirect_pjax_to renders only text

I try to use pjax-rails gem for the a project. When I use the redirect method from the gem. The browser renders the response as text. I asume text/javascript instead of script/javascript. This is ...
0
votes
2answers
93 views

Good place for a loading bar when using Pjax? [closed]

I've been using Pjax on my site for a couple of days. It works great, but I'm having some difficulties deciding where to put the loading bar. Right now it looks like this: It's a spinning thingy ...
0
votes
0answers
105 views

PJAX: “View source” in browser only shows the returned data from ajax-request

I used PJAX to dynamically change content in a on my website, tried without the django-PJAX first, and just did this: def test(request): if request.META.get('HTTP_X_PJAX', False): return ...
0
votes
1answer
176 views

jQuery UI Dialog and pjax

I'm using pjax in a web app that has some jQuery UI dialogs. The problem I'm running into is that the div element used to create the dialog is moved out of its container in the dom when the dialog ...
0
votes
3answers
216 views

Symfony 1.4 and pjax (ajax pushstate)?

symfony: http://www.symfony-project.org pjax: https://github.com/defunkt/jquery-pjax Hi all, I'm trying to use pjax in symfony in order to speed up our website (we will be able to keep header and ...
0
votes
0answers
164 views

How should redirects be handled with django-pjax?

I'm using django-pjax, and I'm not sure how I should be redirecting from within a view that could also return a pjax response. If I use the redirect shortcut, I get: AttributeError: ...
0
votes
2answers
207 views

Pjax History don't work - is it just me?

when checking the PJAX live demo - http://padrino-pjax.heroku.com/ The history (back button) don't work! I can not find any documentation about it, it seems useless if it craps the history ...