I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the new Makefile. More... over 18 years ago
Moved the tests into jQuery proper. More... over 18 years ago
Moved some more files around. More... over 18 years ago
Moved some more of the build files around. More... over 18 years ago
Added the inital build directory. More... over 18 years ago
Moved plugins to the new plugin directory. More... over 18 years ago
Created the new plugins directory. More... over 18 years ago
Moved all the jQuery source to the new src directory. More... over 18 years ago
Added the new src directory. More... over 18 years ago
First commit of the new doc system. More... over 18 years ago
Fixed semicolon error in event. More... over 18 years ago
Applied patch provided by Taku Sano fixing the compression errors. More... over 18 years ago
Updated the docs for a number of methods. More... over 18 years ago
Updated the build script to generate the docs too. More... over 18 years ago
Fixed some bugs with attribute handling. More... over 18 years ago
Added all the new documentation files. More... over 18 years ago
[no comment] More... over 18 years ago
Fixed issue with "to" macros. More... over 18 years ago
Fixed two bugs with togglling. More... over 18 years ago
Fixed the nested comment issue. More... over 18 years ago
Massive documentation updates, only thing left to do is ajax.js. More... over 18 years ago
Fixed issue with hide() notn reverting back to the correct display type. More... over 18 years ago
Added my one fun thing for the night: jQuery.each, inspired by Dean Edwards' work. More... over 18 years ago
Fixed bug with parents/siblings, etc. More... over 18 years ago
Fixed annoying $()/Array bug. More... over 18 years ago
Made some changes to the form plugin, to simplify it and bring it up to date. More... over 18 years ago
Events that fire after the browser has already moved to another page no longer fire incorrectly. More... over 18 years ago
Fixed width/height animations don't lapse back to auto. There's no longer a flicker for fixed sized items. The overflow for items is no longer tampered with, if it doesn't have to be. .cur() is used for all animations in place of .max(), with much better results. More... over 18 years ago
Make sure that camel case is passed in to currentStyle. More... over 18 years ago
Fixed the opacity problems with IE & animations. More... over 18 years ago