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
25ee2d8e2e
jquery
/
src
History
Jörn Zaefferer
25ee2d8e2e
Fixed bug
#225
again
2006-10-03 18:33:02 +00:00
..
ajax
removed the test for bug
#164
, the test suite is unable to handle the resulting error in IE correctly. I'll add it back later.
2006-10-03 10:55:09 +00:00
dimensions
Added proposed fix for bug
#201
2006-09-17 10:10:25 +00:00
event
Fixed bug
#225
again
2006-10-03 18:33:02 +00:00
fx
Documented the slideToggle() and animate() functions.
2006-09-01 06:31:44 +00:00
jquery
Added * You can have as many $(document).ready events on your page as you like.
2006-10-03 14:58:57 +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
Added linebreak for better readability when adding more files
2006-09-23 08:20:04 +00:00