Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/jquery-pjax

pushState + ajax = pjax
https://github.com/yiisoft/jquery-pjax

Merge pull request #87 from defunkt/timeout-event

Timeout event

cbba82902d6ce7334962039572322249a35ee752 authored over 12 years ago by Chris Wanstrath <[email protected]>
Merge pull request #86 from defunkt/click-handler

Extract $.pjax.click handler

99d5474d0f2a46ebba9c82f6603404d5c4cb1ae4 authored over 12 years ago by Chris Wanstrath <[email protected]>
Add pjax:timeout event

3cf4fa022d87c01fac85d27658555c60fe6a102d authored over 12 years ago by Joshua Peek <[email protected]>
Extract $.pjax.click handler

b816a2a731b1e253a928b5159f4cdd06df891349 authored over 12 years ago by Joshua Peek <[email protected]>
Merge pull request #84 from josh/flexible-container-options

Flexible options.container

3a1f3f650e35f2b3ce64d8f33524e066323ed32e authored over 12 years ago by Chris Wanstrath <[email protected]>
Merge pull request #83 from josh/same-origin

Ignore cross origin and same page anchors

503c0f1cb63140cdfde564d7819a528339a02b2f authored over 12 years ago by Chris Wanstrath <[email protected]>
Merge pull request #62 from sakuro/title-attr-fix

Assign document.title after examining attributes in the response.

13fbfde5fb8449cffa8d791646f8f6971e186400 authored over 12 years ago by Joshua Peek <[email protected]>
Try to fallback to container id if it has one

cd6199ad83d0b003067cd8924abb743eb1058f3d authored over 12 years ago by Joshua Peek <[email protected]>
Allow jquery objects to be used as container options

As long as they have a `.selector`

13196bff5cf8e2ed014c347baa9c967e55e35c67 authored over 12 years ago by Joshua Peek <[email protected]>
Ignore cross origin links

fc2ca7286fa1752d42f50fef3168a260fa423357 authored over 12 years ago by Joshua Peek <[email protected]>
Ignore anchors on the same page

da255269e860247be5d3140ce3d714cbaba5665a authored over 12 years ago by Joshua Peek <[email protected]>
Enamble pjax.active also when a replace is issued

9be813ff804922690a5a29729f90e97c623bc909 authored almost 13 years ago by David Siñuela Pastor <[email protected]>
Added some Rails how to on pjax server side in Readme file.

5285e9d79841e1eb179774cdb84800300d9af4e2 authored almost 13 years ago by Michael Koper <[email protected]>
Support pushState on iOS 5

f06de0e4e17c42ba5704a4c3a217d6ba2eed0c05 authored almost 13 years ago by Ian Young <[email protected]>
Assign document.title after examining attributes in the response.

f5d77134a74ae23f8727d27e2ed013928052f9fa authored about 13 years ago by OZAWA Sakuro <[email protected]>
Set page title from fragment's `title` or `data-title` attribute.

7d9841eb499d51959d6ef65397cd90b870bbd398 authored about 13 years ago by Fabian Neumann <[email protected]>
rename events: start.pjax, end.pjax => pjax:start, pjax:end

7bf90473a454c39c881e11e78d955a16ddfe3b4a authored about 13 years ago by Chris Wanstrath <[email protected]>
avoid ReferenceError...

eaa74a5f056e412eb1bc88cdeffbb9151a0b5d65 authored about 13 years ago by holysugar <[email protected]>
Error handler needs to define params.

beeb3f6dc11b63738e0440b9d4a35890f43dd170 authored about 13 years ago by Rocky Meza <[email protected]>
Don't trigger pjax error handler on abort

05d2a415d8a67d861fe81576174e42c631d931da authored about 13 years ago by Gavin Wahl <[email protected]>
space

cee648fe94ba2755c7d258f504d7c5c55486e1b6 authored about 13 years ago by Chris Wanstrath <[email protected]>
Trigger start.pjax and end.pjax with xhr and options as arguments

3026153739d86e76dff5832c2bdc34265741fe50 authored about 13 years ago by Shannon Wynter <[email protected]>
.trigger(eventType, extraParameters) requires extraParameters to be an array (or not all params get passed)

ce94196994513084b50b21bf0eabe71287389ab8 authored about 13 years ago by Chris Wanstrath <[email protected]>
Expose default options object as $.pjax.defaults.

Note: `this` in Ajax callbacks is now `$container`.

1bf94978a47c372ab86369799f9b2e65637dfe09 authored about 13 years ago by Sam Stephenson <[email protected]>
No iOS support yet. Fixes #38

3cc48fc8445003d197ffd095e7d1d3ea9b7f9a09 authored over 13 years ago by Chris Wanstrath <[email protected]>
Fixed syntax error in readme javascript example

18cc2ce377fb51bc128646d21b675b624d7b75b1 authored over 13 years ago by Andrew Nesbitt <[email protected]>
Added a 'fragment' option to support servers that always return full HTML pages

The 'fragment' option allows specifying a string selector which selects an element to be pulled ...

124daed4772473e7bd0960b5321087cbb4cbff69 authored over 13 years ago by Markus Kaiserswerth <[email protected]>
Fix a bug that caused the back button to fail working after navigating to a URL containing a hash

Using a different method to reset the hash; the previous method, which reset window.location.has...

a19d6fe99ec5bf8bad834c679078138c946aaff6 authored over 13 years ago by Markus Kaiserswerth <[email protected]>
adding more robust determination for wether pushState is available or not

bb5ba4962519a5433bb49c14a87e8bf4da67d4ea authored over 13 years ago by catshirt <[email protected]>
markdown changes

a7ad47928d18fe94206b28c6d21d19569b2ef210 authored over 13 years ago by Chris Wanstrath <[email protected]>
README => README.md

8c63aafdceb312ad0fdd16176317206a494ca256 authored over 13 years ago by linjunhalida <[email protected]>
Only check that the container is a string, not that it exists. Fixes #34

b940744939345878f846548d475478712e5a5ea3 authored over 13 years ago by Chris Wanstrath <[email protected]>
simpler optimization. pjax is 1K compressed & gziped

2937e78183fa317beb3e4e71521e62e6ed03193f authored over 13 years ago by Chris Wanstrath <[email protected]>
minimize it. re-closes #28

0ffe000da27f0b8c87f3ee8bbe5b24af67ae083c authored over 13 years ago by Chris Wanstrath <[email protected]>
pjaxing a URL with a #hash now scrolls you to the anchor when it loads.

fdfd1ab30cf20edde00f6e168e58e7258a0c8cec authored over 13 years ago by Slavi Pantaleev <[email protected]>
Follow our own advice

257a769d7e323711d621ed729b5a18172166dc0b authored over 13 years ago by Chris Wanstrath <[email protected]>
not

6914d6629fa89d4a58593e35d3dd54ae257c809b authored over 13 years ago by Chris Wanstrath <[email protected]>
$.pjax() calls redirect to the passed URL when pjax isn't supported.

7011b9e1bd36bf1d2dc99143a19db212aa95f4fe authored over 13 years ago by Slavi Pantaleev <[email protected]>
add $.support.pjax boolean for checking whether the browser supports pjax

a4db9d07622798baa4c0bd0c8b6057ecd0e94125 authored over 13 years ago by Chris Wanstrath <[email protected]>
style tweak

117d928dd50a82f694ee8ee90b3868ec51aca804 authored over 13 years ago by Chris Wanstrath <[email protected]>
Container must be a string. Sorry.

91e8c559d44983bf969e083a04f0da0c9a232708 authored over 13 years ago by Chris Wanstrath <[email protected]>
80c README

c9e4d0584844004ee1cf42bcd2c9116522746482 authored over 13 years ago by Chris Wanstrath <[email protected]>
Fixed an error in Internet Explorer 8 or lower

c2960d4bee78837bd9fab7a19b9358a74c0daea3 authored over 13 years ago by mono <[email protected]>
a damned dirty lie

e846228fcecd7283d161b46d66c1eb185b82a08e authored over 13 years ago by Chris Wanstrath <[email protected]>
Merge pull request #11 from littke/master

Added a 'clickedElement' options var, referencing the clicked element.

749dd26385aeca8fce6b67612ce3ece626db49ed authored over 13 years ago by Chris Wanstrath <[email protected]>
browser support. closes #14

b2ffdaef933f41010e07bee8f821cecb42283fdb authored over 13 years ago by Chris Wanstrath <[email protected]>
django & ASP links

0c06201fcb4cb1b28a5a59c5fb1bafe11fadb47f authored over 13 years ago by Chris Wanstrath <[email protected]>
Renamed element to clickedElement.

fa7bb156ff01155e285c5c6a2988bb00742d73f1 authored over 13 years ago by Jonatan Littke <[email protected]>
all wrong

dc40d42c764b54670b1a043277ba4b1ccf71ee28 authored over 13 years ago by Chris Wanstrath <[email protected]>
Fix initial popstate-related back button bugs

9fb2c64c24bd604286a706840b88162e1e955fe3 authored over 13 years ago by Mis•lav <[email protected]>
doc tweak

9101627033c5b9548b3c63cc5270bf289bf098b8 authored over 13 years ago by Chris Wanstrath <[email protected]>
Cancel the current request if we're already pjaxing

2785d6df83c9e10123d0da052f45b2dbecc135a3 authored over 13 years ago by Brian Lopez <[email protected]>
options.url can be a function

b01f9e2d5a5578a91d4e22d9983e7fbd63ca73a5 authored over 13 years ago by Brian Lopez <[email protected]>
spacing

8c97599016e393f48d7271b5a777eff2c5ccb1a4 authored over 13 years ago by Chris Wanstrath <[email protected]>
two spaces

3f0cb148fae626a99a10a1ba06adb84289ef5c34 authored over 13 years ago by Chris Wanstrath <[email protected]>
Closurfy pjax so we don't accidentally leak variables. Also, jQuery => $

211d0d9cc25ecc50dac206a7131a429913919923 authored over 13 years ago by Chris Wanstrath <[email protected]>
don't add too many states

063f90334a93da7d3ce161b5cf8f6dacc75dca29 authored over 13 years ago by Chris Wanstrath <[email protected]>
Smarter cache busting

3b1342181b82e7c116dffcc5179a5388c5bb19be authored over 13 years ago by Chris Wanstrath <[email protected]>
fire and document start.pjax & end.pjax

d2ff63026a5eb4089cb8aab3c8035bfde5b681a0 authored over 13 years ago by Chris Wanstrath <[email protected]>
clearer description of argument

de8998f008a796fae18cd023793e37589e615b60 authored over 13 years ago by Chris Wanstrath <[email protected]>
better middle click detector

6d9cf88794cf688aca820f025d475dcd72dc09f9 authored over 13 years ago by Chris Wanstrath <[email protected]>
Added an 'element' options var, referencing the clicked element.

531b7cac238e9453856abfac8140d3091ce0f53a authored over 13 years ago by Jonatan Littke <[email protected]>
$ not bound to jQuery in this method

25031b7a287620eee855f8c50c233c31f64ba34c authored over 13 years ago by Morten Primdahl <[email protected]>
Don't browser cache pjax responses (back button bug)

75bd2d6e22315002190bb14aedd9ed32b1b6b18f authored over 13 years ago by Chris Wanstrath <[email protected]>
always String

d9060d9b8fb5d21bf2bc6f34d79252006b1bc6de authored over 13 years ago by Chris Wanstrath <[email protected]>
Fix for revisiting first page loaded via back button.

f992ce0d0fdd0a22ed70a7a3b0e260036eeb8fb6 authored over 13 years ago by Chris Wanstrath <[email protected]>
don't break the chain

ffbb69c15f6da85ce46093588d6143d27287166f authored over 13 years ago by Chris Wanstrath <[email protected]>
Never heard of $

f83c90e9565c947a4d4794d2405fad0098f6fb4f authored over 13 years ago by Chris Wanstrath <[email protected]>
Tweak jquery.pjax to not interfere with other popstate handlers

a296dd8fb9fa083ec01b8720d74fcda53612e852 authored over 13 years ago by Mislav <[email protected]>
whitespace

98b072b9ce50eae36724a9dd845ec4da19a18bb9 authored over 13 years ago by Chris Wanstrath <[email protected]>
Don't run popstate handler if we're not pjaxing

afc4533f86b896c6bc1385f496cb2413b022c388 authored over 13 years ago by Chris Wanstrath <[email protected]>
gasp

a9f4e33d4a221b22cc50b3624b53147e0e64524a authored over 13 years ago by Chris Wanstrath <[email protected]>
demo

95e5ae8336f496570544404f41a7fcc3547af21a authored over 13 years ago by Chris Wanstrath <[email protected]>
no more loading callback

7fc1b74222b62028a45e159b639a1c90de850a8c authored over 13 years ago by Chris Wanstrath <[email protected]>
error and timeout and whitespace

a8162699ebfe51cb295f96df468888397316ba45 authored over 13 years ago by Chris Wanstrath <[email protected]>
server header and title docs

e1ba23eaa06c164554844bfc37ad69ff55dded13 authored over 13 years ago by Chris Wanstrath <[email protected]>
tweak

48b28bbd0e8d59aa4cfc570f3ba7a299834c6c71 authored over 13 years ago by Chris Wanstrath <[email protected]>
don't block

fb208a2cfeda4c2c7a917663b010e42bb921b22d authored over 13 years ago by Chris Wanstrath <[email protected]>
use $.ajax's timeout for the fallback

14656686c071202060e1bbda1f30f9bc56672e55 authored over 13 years ago by Chris Wanstrath <[email protected]>
no loading stuff

c04c60059fa7c7b9759669c3c48485891b2199ad authored over 13 years ago by Chris Wanstrath <[email protected]>
store the secret pjax url if they passed data: to ajax

6e1af01d6c8692305a8bea97802be57653c62ebb authored over 13 years ago by Chris Wanstrath <[email protected]>
replace

a8a32404fbd18c551496e6f4f2ec1667df9225a2 authored over 13 years ago by Chris Wanstrath <[email protected]>
check for url in the popstate event

04b843bd99f6dc0225473ad0ec412f160b786515 authored over 13 years ago by Chris Wanstrath <[email protected]>
share the state object

c4c0b101a17e3adad4464c8536a1ae8fdf8eef13 authored over 13 years ago by Chris Wanstrath <[email protected]>
set an X-PJAX header instead of appending a param

4367ec98ecf349024956eb0ebdee8789612af0f9 authored over 13 years ago by Chris Wanstrath <[email protected]>
yikes

229065fbf894792cd4c08ce925ae69d3f9449b05 authored over 13 years ago by Chris Wanstrath <[email protected]>
don't lie

2c33d2d9fdfc9510057bfb4d11975ce69b764d8a authored over 13 years ago by Chris Wanstrath <[email protected]>
be polite

8bc6fad0c9e13299d3737098ef05497c986b67f3 authored over 13 years ago by Chris Wanstrath <[email protected]>
header

cfdab62d3c3512f01d0e3e0578a3a28e542a9162 authored over 13 years ago by Chris Wanstrath <[email protected]>
perfection

4babe59f1683d0b9dc79478988e1efd77142029c authored over 13 years ago by Chris Wanstrath <[email protected]>
poopstatae fix for older safari

955c2a5c006a903518530e967e9c062603751e87 authored over 13 years ago by Chris Wanstrath <[email protected]>
style

0112d39752a8eb9cf609ff964279aebcd0d3bc7b authored over 13 years ago by Chris Wanstrath <[email protected]>
crazy return

671e47f95167aafc204c8d8b5ab2f1c7dce49575 authored over 13 years ago by Chris Wanstrath <[email protected]>
put push in the defaults

6eb3deb08aa270ba721e0110fc1ac39048312b1b authored over 13 years ago by Chris Wanstrath <[email protected]>
big spaces at the top level

360264d7d9a45bfbef443c469a1c20e926f857f3 authored over 13 years ago by Chris Wanstrath <[email protected]>
nothing

8a96bad8e216d8308cb7e4cbf7f4bab6b01d53c2 authored over 13 years ago by Chris Wanstrath <[email protected]>
heyoooo

265eba0e47547445478c2ac7e9ee5f85e74c6c0b authored over 13 years ago by Chris Wanstrath <[email protected]>
fallback to normal "back" button behavior if we can't find the container we need

c22413bc960297a69aee0c8b7aeffb9d56378a0c authored over 13 years ago by Chris Wanstrath <[email protected]>
option-less bugfix

83e0055c149ce0e7e64d2df53de7429149af09a8 authored over 13 years ago by Chris Wanstrath <[email protected]>
remove() <title> after adding it so it really gets removed

445970072c46a64bc70a5dcd2c4c775e42b59e30 authored over 13 years ago by Chris Wanstrath <[email protected]>