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

Fix #10588. For now, event voyeurism only merits the look of disapproval.

If you are using `.data("events")` we would like to know how we can provide a documented interfa...

24e416dca36df4b182a612dba37f8b6cdaa25916 authored over 13 years ago
Fix #10576. Add alias for jQuery.event.handle so voyeur code still works.

Between new 1.7 special event hooks and jQuery.event.simulate() we have a much cleaner solution ...

35bc30cd87c0578359c3127033dd85e1af132f69 authored over 13 years ago
Core styleguide cleanup. Fixes #10586

a9f1346c166259e4505911e7e5f3640d3be9f0cc authored over 13 years ago
Fix #10575. Undeclared `matched` var hosed recursive delegate calls.

Thanks davidmurdoch for staying with this bug!

fc13f5b6cebc25e7cdb7bc72c4a7d3298e2c696a authored over 13 years ago
Updating the source version to 1.7pre

92f1fff4107e0de28bad750e762d425334cebf1a authored over 13 years ago
Tagging the 1.7rc1 release.

8e64b937eae1cadcfc088cc5ab6e2ef278435a5f authored over 13 years ago
Remove attribute match from quickIs

As @timmywil points out, attributes and properties are confused by IE6/7. This commit also rewor...

746074f0f74b0c0916fb2db2b6370c324822f31a authored over 13 years ago
Fix #10567. Make sure quickIs matches correct class name.

ee3eb6cabf1383efe479e090fe6ad8ed2e5a09a3 authored over 13 years ago
Fix 10558. Get the right element for checkClone; thanks zhengzongyi!

09c089aac9236e9e1866d8daad2e3b61a57f7d4c authored over 13 years ago
Fix #10563. Ensure event.currentTarget==this if delegated.

Now, event.delegateTarget is always the element where the event was handled, regardless of wheth...

84d2307e0e20e9245523731a4450314cc0de6a95 authored over 13 years ago
Stop global event bubbling using onlyHandlers flag.

560c33b395ec809cc296c97cab41244949ec863c authored over 13 years ago
Make jQuery().off(event) work for delegated events.

Logic to handle detaching by event was in both .off() and jQuery.event.remove; now it's only in ...

4ac6f8d9d322c7e468ed0d58e402abe7bdca354d authored over 13 years ago
Fold dispatch function into main event dispatch.

b208042f520b2ee768a93323d6bdc65eabfb0d65 authored over 13 years ago
Don't add an empty list of handlers.

470cc071676394b46fbcfab1934340318d9ac751 authored over 13 years ago
Make event.currentTarget the delegate node, always.

This lets us use currentTarget for its intended use and avoids creating a non-standard delegateT...

d28ab68699f57238b3479c5c0b9dae23968bb7b7 authored over 13 years ago
Don't run direct handlers if delegate did .stopPropagation().

9fabe2028f05bc409f937ff7cd71caaacd26f945 authored over 13 years ago
Merge pull request #563 from rwldrn/fix-spaces

Clean up spacing in manipulation

c4cc343c9cc47dbb1aa3501a9098e29aac74ad67 authored over 13 years ago
Fixes gross indents.

734700764549b33f19a1219d742e777cc0fc21b4 authored over 13 years ago
Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown elems. Fixes #10501.

More Details:
- https://github.com/jquery/jquery/pull/550
- http://bugs.jquery.com/ticket/10501

f3a4d261ecd0e858515f6e3fa8f5ff59078ec895 authored over 13 years ago
Landing pull request 561. only check for not null in unit tests. Supplements #8388.

More Details:
- https://github.com/jquery/jquery/pull/561
- http://bugs.jquery.com/ticket/8388

516f3cd7b5fd0e374b01843b5f78240feb03d959 authored over 13 years ago
Landing pull request 554. #10531: Remove `layerX` and `layerY` Fixes #10531.

More Details:
- https://github.com/jquery/jquery/pull/554
- http://bugs.jquery.com/ticket/10531

a6bec46170980f0559a9d6c2471a40cb2189a5a1 authored over 13 years ago
Landing pull request 553. Fallback to elem.style for disconnected nodes in width/height retrieval. Fixes #8388.

More Details:
- https://github.com/jquery/jquery/pull/553
- http://bugs.jquery.com/ticket/1025...

e502012c0f8e7604eaabe4065ba769af04eec180 authored over 13 years ago
Landing pull request 560. Further reduce minimal header. Fixes #10553.

More Details:
- https://github.com/jquery/jquery/pull/560
- http://bugs.jquery.com/ticket/10553

e1a5d3ebfbf963f373d8c6aa2fbec36bacc200be authored over 13 years ago
Support setting both the enctype attribute and property (encoding in IE6/7). Fixes #6743.

c51b29477e2884fc28cfe4de5b64308177678262 authored over 13 years ago
Use the property name in elem.removeAttribute in IE6/7 to ensure correct removals. Fixes #10514.

f2c1d2e016018ba14cd3f1612f9a1803d5e1709e authored over 13 years ago
Updating the source version to 1.7pre

ae6d0024c8b1e991d020fef9e8d4456818f99813 authored over 13 years ago
Tagging the 1.7b2 release.

787ef720abc10ee8d3b29c4b83d1bfbc9ac37ad8 authored over 13 years ago
Fix #10489. Disconnected elements don't bubble to document.

0a3cab8d4916045da51d843bdb6385c110ab3163 authored over 13 years ago
Run ajax tests in swarm

7bef99e94d0fa6a9885403760e30a59ef32e96a4 authored over 13 years ago
Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.

8723f3b9e1db5d4fdcd50624441fe3536d1ae2f2 authored over 13 years ago
Do not call getElements on a script tag. Avoids unnecessary execution. Fixes #10176.

3ad0ba62f03ff3d7aec7d3dfb25492cdf33350a7 authored over 13 years ago
Tweak live-blur() test to silence a IE8 swarm fail.

92b06d302cc8e94d52e0c60c9167ec17606984f3 authored over 13 years ago
Leave the opacity test unanchored in case of floating point rounding browser errors; small fix in queue tests. Fixes #5145.

a18645c6f8f5d8d84c4d47c7137683ac7b4098cc authored over 13 years ago
Squashed commit of the following:

commit af3fd32f207ed080084f10d76f89c07c414baa05
Merge: 83c08ff fdd60f8
Author: Dave Methvin <dav...

6c4ca13d693663cdd124d4d29cb12897a6debc5e authored over 13 years ago
Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.

Thanks to Christian C. Salvadó for the unit tests!

83c08ffa1ffa778e41d728ed7fa49044dd7135f9 authored over 13 years ago
Fixes #10477. Get `.off(type, null, fn)` right.

6afc2c074bec5c19063c8f8ebca6bfb53c7d4cef authored over 13 years ago
Removes isPending and introduces state as a means to retrieve the Deferred/Promise state. Unit tests amended.

d29182e8d00b08def0f37fe7e77d9836e39b83a8 authored over 13 years ago
Fix focus/blur unit test issues. Reopens #6705.

In the event refactor, I tried to have the focus/blur events trigger the focus/blur plus focusin...

511c9fe763bac171bb6ac3ac0a77c425da8b3112 authored over 13 years ago
Fix #10468. Remove jQuery.event.proxy and jQuery.event.guid.

These were deprecated several versions ago and have always been undocumented. Use jQuery.proxy()...

307b1a3d77ba74388b38e8c9bb9b506bf1b21245 authored over 13 years ago
Merge pull request #535 from gnarf37/queue-true

Effects - Allow queue: true - Fixes #10445

c51a9706046de19d051b57771f67e5bf2bcd937f authored over 13 years ago
Minor fix in events; undeclared var from last commit

e828d18caa31822a27f4365b123405394ef4577d authored over 13 years ago
Effects - Allow queue: true - Fixes #10445

1ba0f9c3ed7d7d8ecf245a5fc7cdf442652927f8 authored over 13 years ago
Merge pull request #531 from rwldrn/events.js-cleanup

Style sweep

cec0d0d421063924cf0326db380b0d5a08675968 authored over 13 years ago
Add a hook for removing contenteditable in IE6/7 and remove the unnecessary jQuery.attrFix. Fixes #10429.

ce8d9c0ca59a8f03e119c80ed29c7dbc65efdd85 authored over 13 years ago
Additional nits

3999d39b8437f13193ef1098e36227ffaca18362 authored over 13 years ago
Style sweep

4fd70e7e02d2cb4da150bf4090a6476661c71d2d authored over 13 years ago
Rename jQuery.event.propHooks to .fixHooks.

We already have jQuery.propHooks for the .prop() method, so using the same name for unrelated fu...

e5b16e3356358a17c54c647b129e44cb09076ec8 authored over 13 years ago
Merge pull request #522 from rwldrn/10371

Removes 'subline' from test/index.html. Fixes #10371

30cc7ae75cb9a65db70168340a7d3717ab8a0e9e authored over 13 years ago
Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls. Fixes #10416.

More Details:
- https://github.com/jquery/jquery/pull/530
- http://bugs.jquery.com/ticket/10416

22f2e8b3dc18dede5f1ccb28cbdf8cb5bcde115f authored over 13 years ago
isProgressing becomes isPending. Unit tests added.

749d32a290d8d22a662ffc18db2fb035b401564d authored over 13 years ago
Merge pull request #529 from shichuan/master

updated Juriy Zaytsev's detecting event support technique link in support.js

11b76147c2d6fb23bee94a2a902e401b5b8f9755 authored over 13 years ago
updated Juriy Zaytsev's detecting event support technique link in support.js

23f7c883c93399c2eedbd8f3b7aa7194b16ac872 authored over 13 years ago
We have too many unctions in this function.

3e0fe5ea3b1dafe454039c7c12c4d5d5fa037c9f authored over 13 years ago
Landing pull request 523. Adds character frequency reporting tool, use: make freq. Fixes #10372.

More Details:
- https://github.com/jquery/jquery/pull/523
- http://bugs.jquery.com/ticket/10372

9f5d56a8b5bdeb1186130f81e514982e089da7a2 authored over 13 years ago
Landing pull request 525. Fixing tests with qunit.

More Details:
- https://github.com/jquery/jquery/pull/525

46219b57baa44cfdd2e7c1bab0227f38f2927508 authored over 13 years ago
Add support for calling outer/inner Width/Height on the window and document. Fixes #9434.

1ebced173697421db5e0839d7ca092007455b42c authored over 13 years ago
Fix #10375. Don't put `type` in jQuery.event.props

It's already set in jQuery.Event, and copying it can clobber values set by the caller, e.g., the...

96a44a86d870f2634c82a4148d22d0a07044ba77 authored over 13 years ago
Update Sizzle. Fixes #3144, #6863.

22fcc7744daded0dc0783d85df3bd88c6dbc4544 authored over 13 years ago
Updating the source version to 1.7pre

a2ad83b7f629e5d3ae71589467b420547bde5fcf authored over 13 years ago
Removes 'subline' from test/index.html. Fixes #10371

db31faccd7b96fb09ac49d6dafca9bf2357d3e83 authored over 13 years ago
Tagging the 1.7b1 release.

9a51bc648f303a1c308b0de3ea31f2e9b4304135 authored over 13 years ago
Expose jQuery.event.simulate for use by special event handlers.

9c4aaeb0a876235614bd0310517d2f86543c5f45 authored over 13 years ago
Landing pull request 520. Unset the complete function just before calling it to avoid an exception creating a loop. Fixes #5684.

More Details:
- https://github.com/jquery/jquery/pull/520
- http://bugs.jquery.com/ticket/5684

8dda57f82f1c366f10c591da099f8e9495eaa01b authored over 13 years ago
Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixes #6150.

More Details:
- https://github.com/jquery/jquery/pull/514
- http://bugs.jquery.com/ticket/6150

a3b59d7f92c9e15af1888fc4e87639a290763a50 authored over 13 years ago
Move createSafeFragment to the top to satisfy lint

a74cbb2b911b3afad96599728208d95a60d24cbf authored over 13 years ago
Fixes IE7 test suite. Keep the testElement attached and set necessary styles on it to fix the offset with margin test.

3661835101865b08fae20df7458ba03551b86bc3 authored over 13 years ago
Fixes a fail in unit/traversing. Use an iframe's document for creating the html5 fragment when necessary.

649823de18564774a5812ae04083606447bd2b93 authored over 13 years ago
Restore original click prop hook

51fd4593fc43f4c935d3226485f6864b05366621 authored over 13 years ago
Fixed tests to run in IE9

d11fcfac186d64457d54d7e80f7d06b97b1c344a authored over 13 years ago
Merge branch 'fix-8789-rwldrn-fix' of git://github.com/dmethvin/jquery into fix-8789-rwldrn-fix

* 'fix-8789-rwldrn-fix' of git://github.com/dmethvin/jquery:
Minor cleanups to code. Futile ef...

36c82a1bcea14680b7efed47da8f3ebd9bf3de82 authored over 13 years ago
Revert QUnit. Recent start/stop changes cause problems with some start/stop calls in effects and offset. Run git submodule update

140bebb739da81e4439663f15e09d7cbbb77bdb8 authored over 13 years ago
Minor cleanups to code. Futile effort to get IE to pass the unit test.

c7838c3607239b0231128b270762609703ae3893 authored over 13 years ago
propHooks now an object with `props` array and `filter` function.

Use the originalEvent to grab properties in filter functions since they often won't have been co...

b4120a74306e1d98e212c77e5a89c1526a51fc3b authored over 13 years ago
Merge branch '8789-fun-with-fix' of https://github.com/rwldrn/jquery into fix-8789-rwldrn-fix

Conflicts:
src/event.js
test/unit/event.js

ae27424b30df318a41ea445c296a0d5566a36467 authored over 13 years ago
Moves mouse properties to mouseProps

87e1c62d8e5a916587217196ee7d1755bc9115ca authored over 13 years ago
Simplify the `.closest(Array)` code since we no longer use it internally.

It was previously used in liveHandler for delegated events, but is now baked in to events.js. Th...

d920ac68fdc7c0fc95ec2e9d9c1a4a17d024581b authored over 13 years ago
current state

c80ad2524ea510fd68d4e33ed4a89752f795828b authored over 13 years ago
Removes early return loop, must copy properties

c7f3b6109eabd32ade5085ef81ec2208964122cd authored over 13 years ago
Shortcircuit fix if possible

14cb04dc947cd9d01c97ec0c4dc487f2cd53c3ac authored over 13 years ago
More ref localization

dc878ae33bfe44a746d1f24eca7033f80d32517c authored over 13 years ago
Remove unnec. empty line

7dab8981f8868caaa350ea7029929e7e81662fd2 authored over 13 years ago
More reference caching

737820118b0af9c9e0d077481f0630f0f279a2c8 authored over 13 years ago
Cache reference to propHook lookup and result

7babc7f20393acb44d4fced34fe86fde65f893a0 authored over 13 years ago
Restore this.propHooks => jQuery.event.propHooks for better gzip compression. Thanks gnarf

66202aeae53be1c302922e57f61debd43d6415db authored over 13 years ago
Adds notes re: crash status of fix conditions

2c903b805c922355409b4d593fbc3206395d008d authored over 13 years ago
Moves key event fixes to own even prop hook defs

313bee9de4b2a3ddf9b72c3f3e0c7fd55845e2ee authored over 13 years ago
jQuery.event.propHooks => this.propHooks where possible

9ef0394fbdec99c6addb14b0127abfb813508ffe authored over 13 years ago
Fixes a weird IE7 bug in the unit tests. If anybody can shed some light on this one, I'm a taker.

6eb75676c4d21550daa755c3dfc3539b1c530556 authored over 13 years ago
Allow more cases to use `innerHTML` in the `.html` method.

Thanks @cmcnulty for the pull and the patience!

d638aa9c6d6394db0c06431560b3d8b83cacc61c authored over 13 years ago
Fix #7061. Lazy-attach to the genuine submit event for delegation.

Avoids the problems that arise when we try to trigger submit behavior at clicky-time.

a4cdbf09ee97471ec041d83ceb8f3feb9825b2a1 authored over 13 years ago
Trimmed down $.Callbacks and $.Deferred.

a588336a6dcc6f29e870e8fcdd243f96bec5e833 authored over 13 years ago
Remove the rarely-used pseudos from quickis.html

The cutting will continue until file size is improved.

03d95530b57ebcc46329240f170dd85ce79f871b authored over 13 years ago
Allow IE .trigger()ed events through on a check/radio.

61511d5ab35611b50bc93b8e9ecfb35e561bee1e authored over 13 years ago
Don't fire change on an already-selected radio.

Thanks to Brandon Wallace (@bman654) for his code review. Also tweaks delegatetest.html output.

b85f222df55418c733c9639e88c0cdd5111c585b authored over 13 years ago
Fix #6593. Don't let onchange trigger twice for elements in IE.

This is a major revamp of the approach we use for IE change events. Instead of trying to track a...

3bd7bed340f9077d39734ffce366ef2caeb9ce35 authored over 13 years ago
Removes pageX pageY from prop list

0aaa1fae8335c2ce09085c9d73fb1124a90cef49 authored over 13 years ago
Updates rmouseEvent

3d39b7d52763d1aa337ccc17482ca54af530fb1f authored over 13 years ago
Implements jQuery.event.propHooks. Fixes #8789

9fbed020a15b0bfe33ce622b6f2fbccc1e2b4739 authored over 13 years ago
Adds implementation tests for jQuery.event.propHooks #8789

92a80cbd057c06e259a06bb40a85e921ad5aec6a authored over 13 years ago
Landing pull request 509. Add a comment explaining the use of document.getElementsByTagName('body')[0] instead of document.body.

More Details:
- https://github.com/jquery/jquery/pull/509

26898f0bc593f1a2b7d5f2cc4e86f173bf9cf17c authored over 13 years ago