Skip to content

Commit

Permalink
all wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Apr 27, 2011
1 parent 9fb2c64 commit dc40d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -143,8 +143,8 @@ body into:

This allows you to, say, display a loading indicator upon pjaxing:

$('a.pjax')
.pjax('#main')
$('a.pjax').pjax('#main')
$('#main')
.bind('start.pjax', function() { $('#loading').show() })
.bind('end.pjax', function() { $('#loading').hide() })

Expand Down

0 comments on commit dc40d42

Please sign in to comment.