This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
df11c1b76c
jquery
/
src
History
Jörn Zaefferer
df11c1b76c
Resolved bug
#191
as won't fix, removed the failing test and changed docs accordingly.
2006-09-16 15:16:42 +00:00
..
ajax
Added a couple new AJAX methods and finished documenting everything.
2006-09-08 10:18:46 +00:00
dimensions
Touched up the docs and formatting.
2006-09-08 10:44:32 +00:00
event
Minor documentation fixes.
2006-09-08 19:18:49 +00:00
fx
Documented the slideToggle() and animate() functions.
2006-09-01 06:31:44 +00:00
jquery
Resolved bug
#191
as won't fix, removed the failing test and changed docs accordingly.
2006-09-16 15:16:42 +00:00
intro.js
Fixed bug
#147
, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }
2006-09-15 14:51:55 +00:00
outro.js
Fixed bug
#147
, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }
2006-09-15 14:51:55 +00:00