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
43d3deb7c8
jquery
/
src
History
Jörn Zaefferer
43d3deb7c8
Added fix for bug
#175
; Added docs for extend(Object), for any plugin developer API docs to come
2006-09-16 15:41:07 +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
Added fix for bug
#175
; Added docs for extend(Object), for any plugin developer API docs to come
2006-09-16 15:41:07 +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