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
f811710615126fca1859409c1b48d812a307774c authored almost 10 years ago by Mislav Marohnić <[email protected]>
By parsing the URL beforehand, ensure that we never do a replacement in
a component other than `...
c952ed8b1a64f3165c2465e8667c933af551c6eb authored almost 10 years ago by Thomas Hooper <[email protected]>
Closes #506
65c4f34d4a78e81132dca08674ca9bf16e89e465 authored almost 10 years ago by Mislav Marohnić <[email protected]>
Instead of checking `location.hash == ""`, instead check that `#` isn't
ocurring in `.href` prop...
on options.beforeSend check if there is a hash to prevent the extra # on URLs without hash
41c9649198860846637d5727e73a8fb8583b8b6a authored almost 10 years ago by abraham uribe diaz <[email protected]>Change internal cache struct to fix restoring mixed containers
94d1911349d995431f9b8a7d894a27c05b9dc06b authored almost 10 years ago by Mislav Marohnić <[email protected]>
When different pjax containers were used for pjax navigations, the
popstate restoring mechanism ...
98930b4ee66d14322535c55d200416ddc1e1ca3b authored almost 10 years ago by Mislav Marohnić <[email protected]>
dc4712a5d0028ed7b824b5e4353068d1aa690b35 authored almost 10 years ago by Mislav Marohnić <[email protected]>
e765fd883b8acf2e869426ef5b527cc0bb751b19 authored almost 10 years ago by Mislav Marohnić <[email protected]>
f87feba41dec88bbf72dd3b48fa65856b5f58c27 authored almost 10 years ago by Mislav Marohnić <[email protected]>
4478fb80f95beda39f61fe04562f74672e74775b authored almost 10 years ago by Mislav Marohnić <[email protected]>
5962e7b602b5caad35094b369a2883302fd3bdb1 authored almost 10 years ago by Mislav Marohnić <[email protected]>
297eabca837698f5ea0e648874414a00a88976df authored almost 10 years ago by Mislav Marohnić <[email protected]>
e72ea67448341a1fb08d2885cbc901c245d4d794 authored almost 10 years ago by Mislav Marohnić <[email protected]>
documented `false` as a allowed `scrollTo` value
3cf3de1a2c37e2baaefef54841c54d3562f4ebc9 authored almost 10 years ago by Mislav Marohnić <[email protected]>cfcbfe6d2d7ffeb6ffa2ad2c8d6cb8a38ea2138d authored almost 10 years ago by Markus Staab <[email protected]>
Fixes #329 [ci skip]
dd672d5ad059ef75f002e7bf99316220ac1611c6 authored almost 10 years ago by Mislav Marohnić <[email protected]>1ec6aaff3f6772e66b0619f6b20ca67776626be3 authored almost 10 years ago by Mislav Marohnić <[email protected]>
3358d5bbc1ee47466f9a6c384ed91d2d0856b9da authored almost 10 years ago by Mislav Marohnić <[email protected]>
313a48d8df9303ab12943b60f843328dd564c352 authored almost 10 years ago by Mislav Marohnić <[email protected]>
e5e9654a699540b60087dc4195a3b6897c7bea99 authored almost 10 years ago by Mislav Marohnić <[email protected]>
08a7f2ed09451f9bc816d32607522074b3d82fca authored almost 10 years ago by Mislav Marohnić <[email protected]>
6428ac059ac9ebe2010ba18c932693b74200ad6c authored almost 10 years ago by Mislav Marohnić <[email protected]>
4f276a3f4bdc246ed1e97b9f01e16c0bca9f5e22 authored almost 10 years ago by Mislav Marohnić <[email protected]>
3b1163ed2d12a1a764da9a71cc0836e534464b45 authored almost 10 years ago by Mislav Marohnić <[email protected]>
809914668973add4d949b3cd726915795315ad82 authored almost 10 years ago by Mislav Marohnić <[email protected]>
2029cdb870f311ba8fa56eee1966e523081fc48f authored almost 10 years ago by Mislav Marohnić <[email protected]>
Use pageYOffset over scrollY for IE9+ support
4f162c79ff494fbe29cd55e83a931dc98ad656d2 authored almost 10 years ago by Mislav Marohnić <[email protected]>3813ab1edf7af5c2c488637762eede2b0f4e2740 authored almost 10 years ago by Alex Hill <[email protected]>
3f20897307cca046fca5323b318475ae9dac0ca0 authored almost 10 years ago by Alexander Makarov <[email protected]>
d35c0a8fca20c61c6c2bd7276ecd06b714a6bebc authored almost 10 years ago by Alexander Makarov <[email protected]>
Conflicts:
bower.json
jquery.pjax.js
c4945b67869874e52cd19f4e1c900e3da5fdd2f4 authored almost 10 years ago by Mislav Marohnić <[email protected]>
Closes #315
db05244421a0f67380cd4dcc18fbfaeb0f453d28 authored almost 10 years ago by Mislav Marohnić <[email protected]>bbeb696883ec8e58902422d3f659ef3a570d1c0e authored almost 10 years ago by Mislav Marohnić <[email protected]>
Conflicts:
jquery.pjax.js
Closes #474
d3e5570e8e62393d9e250c3946a0511ceae647bc authored almost 10 years ago by Mislav Marohnić <[email protected]>This scroll test is inferior to anchor scrolling tests in pjax_fallback.js
3dde9e9271a0d4512e177755c3fcc1555ac4f77b authored almost 10 years ago by Mislav Marohnić <[email protected]>
When there is an anchor element referenced by the hash in the URL, we
would call `scrollTop()` f...
* Simplifies hash handling code;
* Avoids the extra replaceState;
* Ensures full URL (with hash)...
If you navigate with pjax to `/foo.html#bar`, the URL bar will change to
`/foo.html` while the p...
With a URL like `#%24.ajax`, we need to first decode the value before
searching the DOM for the ...
Only elements with IDs were supported before. But since the browser will
natively also scroll to...
The test verifies that, in an iframe, we can navigate to another page
and then press browser's B...
8de14eb574606849a861716b3684d0efa5ed4393 authored almost 10 years ago by Mislav Marohnić <[email protected]>
75d1e7ed7ea115a7c35102b4cca6afbaf0dad890 authored almost 10 years ago by Mislav Marohnić <[email protected]>
Fixes #419
6bb8010a0cba96471af947c3fed66c9c47997290 authored almost 10 years ago by Mislav Marohnić <[email protected]>
When navigating back, the container to restore the cached contents of is
that of `previousState`...
Fixes #469
247b255d51b1caee3b8bacacc9009408f2b8ac89 authored almost 10 years ago by Mislav Marohnić <[email protected]>
After jQuery eval's a SCRIPT tag for the first time, it tags it with an
internal flag "globalEva...
That's not exactly true, as we require users to specify an explicit
`fragment` value if they're ...
Strip jQuery's cache-busting parameter
9970438319e13403b1cc5c854131636c8b551443 authored almost 10 years ago by Mislav Marohnić <[email protected]>
If jQuery `cache: false` ajax parameter is set, the `&_=<TIMESTAMP>`
param will have been append...
If someone already has a Sinatra app spun up in development environment,
`script/test` will fail...
Faster builds! Virtually no wait time.
51f03dd519c2b8f528a138ec94cdac1cefb07671 authored almost 10 years ago by Mislav Marohnić <[email protected]>Cope with array form data in fallback
446bc16c8f828ca926cf44ff62d622f1177fa3ab authored almost 10 years ago by Mislav Marohnić <[email protected]>31840e7cf95ccd42c0b57cd6f1cb3bf4df29f765 authored almost 10 years ago by Samuel Cochran <[email protected]>
fe20697d5df27042c6c46438acc5f5b1b7a7fb60 authored almost 10 years ago by Samuel Cochran <[email protected]>
b7491aec282bfd2e78faf33b18df865299b88d36 authored almost 10 years ago by Carsten Brandt <[email protected]>
fb92be865c0fd6583714475cb7d629020749d73f authored about 10 years ago by Alexander Makarov <[email protected]>
bc2e50154262a4bfe39421f5f8c44498b9487b90 authored about 10 years ago by Alexander Makarov <[email protected]>
Conflicts:
bower.json
jquery.pjax.js
7ce953c14f727edc6009c188be18caec8388d4ab authored about 10 years ago by Mislav Marohnić <[email protected]>
The URI fragment might have all sorts of data in it and will not always
be a valid CSS query. Th...
4d8f92efc373aa7d8f118428a3cafb8391a647cb authored about 10 years ago by Mislav Marohnić <[email protected]>
If you were on URL that has `#foo` and clicked on link that has simply
`#` as href, pjax wouldn'...
Add `bootstrap/test/server` scripts for development & testing
93ccd72f6bb0f8204c6278054a3c29d813768afd authored about 10 years ago by Mislav Marohnić <[email protected]>Closes #302
37b32b00a32f07b6ad08d1d4b0650928637498a8 authored about 10 years ago by Mislav Marohnić <[email protected]>a3e7792ca290a85d5aa22132fa095eac75af4026 authored about 10 years ago by Mislav Marohnić <[email protected]>
It has JSON functionality built-in
c8965bfdb324b08d90d5ada3fc77805165e6f446 authored about 10 years ago by Mislav Marohnić <[email protected]>86b43ba851ce1151abcb613cd4d45847915bb1f4 authored about 10 years ago by Mislav Marohnić <[email protected]>
Closes #270
71cd2259789c5ec1aa05d3e56bd825eb8c2ec414 authored about 10 years ago by Mislav Marohnić <[email protected]>8b442cbe679560fe468165226f4b377a6ee55589 authored about 10 years ago by Mislav Marohnić <[email protected]>
`data` option for `$.ajax` can be either an Object or Array
035cbbb7e1fe459789eed81dcda2d23a7aeb554e authored about 10 years ago by thousandsofthem <[email protected]>Fix fragment inclusion when fragment === 'body'
4d3e868b85702869cbf95693cad4d52eabb549b9 authored about 10 years ago by Mislav Marohnić <[email protected]>Closes #314
3a322507eac2c141b19303757c7a5d4bd121901e authored about 10 years ago by Vasily Zorin <[email protected]>Move jQuery & QUnit to `vendor/`
fa3227a2211e9d51393ab06905ab3d2d4d69a3ed authored about 10 years ago by Mislav Marohnić <[email protected]>Closes #437
6bb4cc53a375a85929ea6ade4847a63a9aad417d authored about 10 years ago by Mislav Marohnić <[email protected]>716ec4bbf5131342dd63d99f41b99925ef7425fe authored about 10 years ago by Mislav Marohnić <[email protected]>
The `history.forward()` navigation is unnecessary for this test, but
causes it to affect the res...
Add support for file input fields
08a785dc367e1d28c54ac1fd3e77acf84f960f86 authored about 10 years ago by Mislav Marohnić <[email protected]>Per comments in PR
c7b44577a6c378138e0d45bb8a7c44c7c02904d5 authored about 10 years ago by Brandon Frohs <[email protected]>Fix typo in README.md, "Layout Reloading" section
5089a18a349ded1d8b6ad043af68df3650d241d3 authored about 10 years ago by Mislav Marohnić <[email protected]>Fixes #407
318724b44b46dd274332bf9be04dd508e86ef0ad authored about 10 years ago by Mislav Marohnić <[email protected]>
C-style block comments that start with `/*!` remain untouched by
minifiers such as YUIMin, JSMin...
Avoid setting the dynamic `script.src` to "undefined".
Closes #271
e7c646247508cf79cc280772a68e465b5fe427bb authored about 10 years ago by Peter Simon <[email protected]>f07ce95f6098c0bd5421789a20789f39a19be73b authored about 10 years ago by Qiang Xue <[email protected]>
The iOS 8.0 simulator on Mavericks contains the following in its
user-agent string: "iPhone; CPU...
add "cache" option
fad2a74916bdd28a28c40449d4c4f8832caf9c89 authored over 10 years ago by Antonio Ramirez <[email protected]>
- Add a test case for going back from error pages which don't have pjax,
as described in issue...
2510305e4f36a1921ea6e719558420d55dc991c5 authored over 10 years ago by Nick Smirnov <[email protected]>
Trim cache length in cachePop, not just cachePush
e3a93c9219824f1ba8c4e30d363be87eb49c9511 authored over 10 years ago by Mislav Marohnić <[email protected]>Closes #441 [ci skip]
a62cc86d0ced75da9943d686ec6b070fd5a6230c authored over 10 years ago by Luís Rudge <[email protected]>Document the pjax options
efe7c5c8803643dd90f03881b3a3ae85a5fe9054 authored over 10 years ago by Joshua Peek <[email protected]>ab71fedf37de344ef511c11860c5854dbfc597c6 authored over 10 years ago by Mislav Marohnić <[email protected]>
curl needs to follow redirects in order to fetch the raw file.
c7fc4fc08c20758037d009d5e91c4b438c79c764 authored over 10 years ago by Mislav Marohnić <[email protected]>3961ff1068ea85b221d75c41001d3a283e33d9ca authored over 10 years ago by Nick Smirnov <[email protected]>
98caa41b39c0d8ab6fd4451ed249de7c0d05256a authored over 10 years ago by Antonio Ramirez <[email protected]>