I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added in the new .noConflict() function for resolving conflict between jQuery and other $ functions. More... over 18 years ago
Changed transitions to easing. easing is now an object that can be extended to add new easing functions. More... over 18 years ago
Improved a lot of docs, adding description to examples, merging methods with optional arguments; Modified filter(Function) to set correct scope (this == element) instead of passing element as argument More... over 18 years ago
Added transition effect More... over 18 years ago
Changed "Hash" to "Map" in docs More... over 18 years ago
Merged the three unbind docs into one, added a few more (optional) hints; Use one() instead of bind() for unload More... over 18 years ago
Updated test for #750 More... over 18 years ago
Added assertions for #750 More... over 18 years ago
ChangeLog is the more common name for this file. More... over 18 years ago
Updated the list of whats changed. More... over 18 years ago
Added back the check for safari before checking target.nodeType, IE fails otherwise More... over 18 years ago
Messed around with API document: Improved layout, removed animation, added <Content> type More... over 18 years ago
Improved docs for append, prepend, before and after, merging the three pairs into one More... over 18 years ago
It's now possible to trigger default events like .click(), .submit(), .focus(), etc. Using the jQuery event trigger. More... over 18 years ago
Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent(). More... over 18 years ago
Completely removed pushStack - and all code related to .find(..., fn). The stack is, also, non-destructive and maintained nicely using references. More... over 18 years ago
Fixed types for String|Number and added some more @see tags More... over 18 years ago
Improved docs for FX module, merging method descriptions and marking optional arguments More... over 18 years ago
added evalScripts test More... over 18 years ago
remove test that belonged in ajaxTest.js More... over 18 years ago
[no comment] More... over 18 years ago
update target of evalScripts test More... over 18 years ago
Add test to show evalScripts/find problem. More... over 18 years ago
Add new test file More... over 18 years ago
Added note for IE's behaviour of stripping script tags when there are no chracters in front of it (see #746) More... over 18 years ago
Added test and documentation for filter(Function) More... over 18 years ago
typo, a bit formatting More... over 18 years ago
Fix for #504 More... over 18 years ago
Moved all the expressions tests over into selector area, out of the main suite. More... over 18 years ago
Modified tests to show #746 More... over 18 years ago