Ecosyste.ms: OpenCollective

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

github.com/jquery/jquery

jQuery JavaScript Library
https://github.com/jquery/jquery

Make sure that if an additional load event is triggered (such as an iframe being dynamically injected in DOM ready) the ready event isn't triggered twice. Fixes #7352.

983548f8ebc3fcd1bb4600bc4b740cb8a5d4c48b authored about 14 years ago
Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422

aa743969763bde258fd16979c7205605ac6eae0f authored about 14 years ago
Fix selector tests broken by newer version of Qunit.

a42f7a2590ea21dbe8eb1e11f927a952bdd30c1e authored about 14 years ago
Make sure that when multiple variables are being declared that assignments are each done on their own line.

fb48ae8e6cca25fd29ef2b1eb23e9efa7b0eef7c authored about 14 years ago
We don't do end of line comments, move them above.

b5b3c73db3e4e615e504cd0af08ff6842b104542 authored about 14 years ago
Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.

e57b73a0ac6f8fd0cdbbe7d43f1c7e198f475337 authored about 14 years ago
Merge branch 'master' of github.com:jquery/jquery

a4df6945b8f668d6fe4b1c77610987f738afa01e authored about 14 years ago
Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.

d9478954b9de79a7f3538e935bfd98cdc61ee435 authored about 14 years ago
Limit the scope of the CSS 'auto' change to just height/width. Fixes #7293.

3e38a861fee065fa1a6e7678eefe90b2379fed8e authored about 14 years ago
Updating the source version to 1.4.4pre.

335e0a33e19b9c8703246dd033dcc68c2da5de36 authored about 14 years ago
Tagging the 1.4.4rc2 release.

4d7f7453dca8e385cfb02089a8d5b2c47371bba3 authored about 14 years ago
Opera doesn't give height/width of display: none elements with getComputedStyle but does with currentStyle - fall back to that if it exists.

fb4445070cd9e06929c7b6f27c10dbf42d4a3367 authored about 14 years ago
Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #7212.

62c83a764cdb3f6e7f6a9b696de1636570df19bf authored about 14 years ago
Make sure that accessing computed CSS for elements returns 'auto' instead of '' consistently. Fixes #7337.

9d1bfeb7ffe63b5a7488929b7be847bc1a00f6a6 authored about 14 years ago
Fix quotes in comment.

e377621eaf85915b8459632cf2565e40e54d6c19 authored about 14 years ago
Fix tab spacing.

6020b6bb38499e445e047f8a01de81f170ae20f5 authored about 14 years ago
Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back. Fixes #7331.

6e7a4e73a2d821fd2a7b71e080b9284909af1596 authored about 14 years ago
For .show() with no arguments, only set display of elements in the second loop if they don't have style.display already set or if style.display isn't none. Fixes #7315.

6ab402dced3339d24ad007ecf3a6c3f5af3e7610 authored about 14 years ago
Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4.

7066bb384bb4b6e91dac787642f616a4dbc475e5 authored about 14 years ago
Merge branch 'jquery_dev' of http://github.com/danheberden/jquery into danheberden-jquery_dev

a68a85ad09dc79cb2a7ea8b6abd1f880f218277c authored about 14 years ago
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.

de58db0cdf4dc08db8683ad6cd0035c5d64b26ac authored about 14 years ago
Prevent IE from firing live/delegate events on disabled elements. (#6911)

bd474799bf95f4ecdc47a7577750eaf69e2236d4 authored over 14 years ago
Updating the source version to 1.4.4pre.

9b97599fa4d615a91d1605d9c664c50f576911ce authored over 14 years ago
Tagging the 1.4.4rc1 release.

c22623602ee3c9ff70df9e6f51132931d19bab04 authored over 14 years ago
Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAxton-jquerymaster

a4fc842019a678a331c7322a5be747e6adc426ca authored over 14 years ago
Merge branch '6897' of http://github.com/SlexAxton/jquery into SlexAxton-6897

7e4f88e20639ee7b4c360b0b4636ece0c0984bd2 authored over 14 years ago
Allow DELETE requests to have a content body, and properly serialize data to the url for HEAD requests. Fixes #7285.

09022e0b09db71259751e7146bb64727615028af authored over 14 years ago
Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.

974b5aeab7a3788ff5fb9db87b9567784e0249fc authored over 14 years ago
Merge branch 'master' of http://github.com/rwldrn/jquery

ee845c49758eeb5236d9e4520b7921e12d5f29b9 authored over 14 years ago
Merge branch 'unusedTrue' of http://github.com/lrbabe/jquery into lrbabe-unusedTrue

36143ce63359cc64ebac696f27e4e7968caee902 authored over 14 years ago
.cur() doesn't take any boolean parameter since 1.4.3

1a2400de08a762c854e02865603d4f14f9f1c6cc authored over 14 years ago
Moved jQuery.props to attributes since it was only used in support. Fixes #6897 - suggestion by dmethvin

086822e6419c89c33b322bacbbc891148a4b3647 authored over 14 years ago
Fixes #7229 and #5803

3b50eaca2cd0b1439235e39c4e98a6438e8f55b2 authored over 14 years ago
Allow for versions with spaces in them, in the Makefile.

9bd9ebdd73fe0e2d29fadf82947c98adde4023e7 authored over 14 years ago
Make sure that .width()/.height() don't return NaN also standardize on returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225.

53396b879bd29c090824da182e3cf69158829f82 authored over 14 years ago
Make sure that the correct height/width of the elements is retreived. Fixes #7225.

7e02cee5ff8b5e9117366d7b43af7b5794f0f258 authored over 14 years ago
Fix broken selector code from last commit.

d9a3e0080a4ffe472a2ee4458b223fb1feb8021c authored over 14 years ago
Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thanks to @rkatic for the catch! Fixes #7220.

424500bcf068a234b13cd9ef33d94580c35eeb86 authored over 14 years ago
Make sure that we don't use matchesSelector on XML Documents (same as with qSA). Fixes #7219.

6bc30425f6d3c9c1eaddacc5d08bb29a4a0636ca authored over 14 years ago
Make sure that we aren't reading one of the bad expandos. Fixes #7212.

4fc86d5eb1d4eaa3efad77dc224271d254f491e4 authored over 14 years ago
Be sure to clean up the previous test.

8b129ccd49365582c4013fd391f6f83cc75a5d0a authored over 14 years ago
Make sure that height/width getters work on hidden inputs and disconnected elements. Fixes #7225.

e4a38670b10b1ce776afff389bae34991e986180 authored over 14 years ago
Make sure that the ready event doesn't double-fire when .bind(ready) is used. Fixes #7247.

3df41db0369cfaf0fc229c633eb87f222ad49357 authored over 14 years ago
Adding another test for an issue in Gecko's matchesSelector implementation. Fixes #7243.

9be7461c3c7e85b1995766533db8806eb0909779 authored over 14 years ago
Only need to declare the data once.

0174518a49e86e3f479eaf916a68b64a1e662a4f authored over 14 years ago
Forces lower case comparison of protocol and host when determining whether the request is remote or local. Fixes #6908

a58f8f22d19ff88fedb324bdf97d22dd7c16131f authored over 14 years ago
Update number of expected assertions in attribute tests

Followup to commit 97dfa0d5a85a32fe56aba837bbf2bc889b092d2b which
had the side effect to break s...

4fcfee4369d184d26ef819c34412fb8d9b09962c authored over 14 years ago
Return control of $ and jQuery only if it is really necessary. This make

jQuery.noConflict() callable anytime.

689d63f4871d96300d492fa5ab9d25301070efba authored over 14 years ago
Add some more tests to make sure that pulling in data- properties on an element with no data set, works.

008e971943b0ce55333a65caea7f64eb82b985ac authored over 14 years ago
fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg

97dfa0d5a85a32fe56aba837bbf2bc889b092d2b authored over 14 years ago
Make sure that .data() (no args) returns a list of all the data- properties as well. Also make sure that accessing a data- property via .data() doesn't cause it to change again at a later time (it should be static). Fixes #7222, #7223.

8a5df39045292397a06d08b4fab2ad29819b5d44 authored over 14 years ago
Check against the type attribute of script elements retrieved through getElementsByTagName() so that only those elements of type "text/javascript" are handled by 'clean'.

Fixes #6180: jQuery.clean should not touch script tags that are not of type text/javascript

df7dfc2404807dce2f97c21782eb3a14ced86d6b authored over 14 years ago
Var wasn't being explicitly declared. Fixes #7226.

a7d0b0b9e887782bf1ed795152a845da87729c52 authored over 14 years ago
We removed deleteExpando after 1.4.2, for some reason. This caused problems with removeData() (no arguments). Fixes #7209.

e1b940d74824282fd3466d39a8ab574da4ef6fc5 authored over 14 years ago
Handle the case where JSLint complains about arguments in try/catch already being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now).

25828768d7bc2d76438244e69d6eeb69c36227e6 authored over 14 years ago
Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapted to handle both the function collision and the issue mentioned in #7196.

497fc9849e91ba8602adf7908b4febf2d36bc1c8 authored over 14 years ago
Updating the source version to 1.4.4pre.

091c481acaff96763596a82b423fbfd96f3332db authored over 14 years ago
Tagging the 1.4.3 release.

2d201873ff47b927a8c1efcee07191a47033744c authored over 14 years ago
Fix the number of change tests and remove textarea tests.

0564553bf15cd54eb5af18810bf2e9300628ccc1 authored over 14 years ago
Testing *, * was unnecessary - especially in slower browsers.

21d389cceaace3272dede54aa8f92f2429d92e00 authored over 14 years ago
Don't test inline-block in browsers that don't support it (or an approximation of it, like IE).

40aa95c32097b0bc669ea5b1e127717b54b0335a authored over 14 years ago
Use prepend for the focuin test (to avoid making the test suite jump).

2d5f8666acf9968b0424b196a26fd92a1e48125e authored over 14 years ago
Test visible on inline elements.

f009fb2f86febdfce52a7ffc942dd92ca5067d48 authored over 14 years ago
Getting weird results for font size tests across platforms - easier to test something else (the exact property isn't important for this test).

c8e5d0bca04daebd335a8854e93519175893d4d0 authored over 14 years ago
Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of problems. Fixes #7196.

80a4178af9b12e6617bfcec818c538dfe08d3791 authored over 14 years ago
Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch.

8576570e6e5f2ebd95c49a66848f066dcf99d673 authored over 14 years ago
Updating the copy of Google Closure Compiler.

ae772e742295591678ee53c89e5132df817c4606 authored over 14 years ago
Make sure that we don't attempt to handle scrolling when the node is disconnected from the document. Fixes #7190.

ea507b3e998126ae1f94f4fd1618994d645c9cc8 authored over 14 years ago
Oops, still have jQuery.ajax.* on the brain.

d490bcfa7ca78a330e55b9267cc492a49c0f70bb authored over 14 years ago
Change font size to 15px in the test to fix a false negative. Thanks @jitter for the catch in 73e4ef27f0d0a92e573092729107ca5572d52292.

cd8f4917ba1a6605b618fef1ac37b370604cd58b authored over 14 years ago
beforedeactivate will fire before focusout - use that to our advantage when working with the change event.

f3d610e06499192509f482dbb72a1edf861827e0 authored over 14 years ago
Make sure that focusin/focusout bubbles in non-IE browsers.

88068f82c199847d3679b130664dd91cc2e89f00 authored over 14 years ago
Handle issue with two concurrent JSONP requests that use the same callback name.

39addc87a37b32be19f2c58ec8babe752c0243e1 authored over 14 years ago
We want to make sure that we only run the MSIE-specific filter tests if opacity is explicitly not supported.

8fb4d9af74d61e4bc55e615a21115c48bf5f65d9 authored over 14 years ago
Test CSS test on font size instead of padding.

73e4ef27f0d0a92e573092729107ca5572d52292 authored over 14 years ago
IE 9 preserves the case of the Alpha filter - maintain it in the test as well.

9ede46b00423491fe5852b16ab0ed448e1f0f055 authored over 14 years ago
Fix broken Ajax test after recent revert to jQuery.ajax namespace.

ec462a33af41e9a2291599119e3ae74fc16e6a32 authored over 14 years ago
Merge branch 'bug7150' of http://github.com/csnover/jquery

2ef8da0924623a9bdede9eeed17ec848859844b7 authored over 14 years ago
Fix some gaps in the handling of event data properties. Thanks to @jitter in ff6ceadbfd470463e63708413eb5a55bd7e90c69 for the catches.

783bb2a85fe33d00e82f40c8dab484e1cf0c63a1 authored over 14 years ago
Fix patch for #7150, which was not deleting the events object properly on plain JS objects. Thanks to jitter for catching it.

1518ae1aedaafa820ed689ecf26cf43e92913896 authored over 14 years ago
Updating the source version to 1.4.3pre.

9ced9f288ca53594a56487ccdd45bae1f5ec80e0 authored over 14 years ago
Tagging the 1.4.3rc2 release.

3e5520fbdc7231b3f38e145020b40524c1e6654d authored over 14 years ago
Tagging the 1.4.3rc2 release.

b85f8673d943eb6b1b9403f1e2fc164e14e67880 authored over 14 years ago
Forgot to remove the child selector in the previous commit.

478fa8fdb399c61acdbcc09d079aa4d6cecc2b60 authored over 14 years ago
The child selector-prefix branch doesn't work with selectors that have a larger depth. Removing for now - will need to re-evaluate in the future.

085de849595ac99677795ed1524f840877a6b7bb authored over 14 years ago
Make sure that .find() with multiple direct child selectors is handled correctly. Fixes #7144.

5200194f517a7bde7bbe9aa50dc1e81f1e1db441 authored over 14 years ago
Use a key name less likely to result in collisions for events on plain JS objects. Fixes bug #7150.

ff6ceadbfd470463e63708413eb5a55bd7e90c69 authored over 14 years ago
The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to move them there some day. Fixes #7146.

6245ecb2b91cca73f66dc0543beb6626c138bcfc authored over 14 years ago
Handle some edge cases with binding events to the window object (which is also a plain object - causing some confusion). Fixes #7143.

1df5084c9748a8d38516266063344f145bc428c0 authored over 14 years ago
Add some resize event tests.

c00a6ff1f14609bb166346a7f0c5174f4b0aa47b authored over 14 years ago
Added some more tests relating to attaching data to a window.

1dee0d2ed8ae669d8276dbca06e27b70acb9a030 authored over 14 years ago
Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-animateHooks

d23f63b13ea47ac3e91906e5ac1e2503400cd903 authored over 14 years ago
Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141

5f30ae3b6fa89c3cc00c8c67305c84f21f76aa68 authored over 14 years ago
Fix olddisplay was inappropriately set when calling hide on an already hidden element. Fixes #7141.

5646a4feee87b086fa4752373422622d54a8430d authored over 14 years ago
Fixed getting styles from disconnected nodes. Fixes #7148.

22ccbf82c8badd1d46f5ea52a0a7d5f3935a9fca authored over 14 years ago
Make $.fn.animate compatible with jQuery.cssHooks

aa9e4db1ab5cd6f514de616070829d64d69a3428 authored over 14 years ago
Removed trailing \x0A from version.txt which caused a problem with the build (at least in `ant`)

2866f16c09cce43044d721563a7bdbd9170fb494 authored over 14 years ago
Make sure closest works on disconnected DOM nodes. Fixes #7142.

385ca2aa899d2ed953d9e18c95387e72e330b42c authored over 14 years ago
Fix broken min file header generation.

2c04035cd1d7cb1e73c6e9b2d63fc77e5165b8fc authored over 14 years ago
Updating the source version to 1.4.3.

71a58263ec9e942410b36680eddcafaabe537c07 authored over 14 years ago