This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
jquery
Watch
1
Star
1
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2026-02-05 15:25:27 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
94b0bf5f2b7a4003196a679649567a13d0f13ad0
jquery
/
src
History
Jörn Zaefferer
94b0bf5f2b
Changed implementation of removeClass: No more regex, tested and working in FF1.5, IE6 and Opera9 (tests added)- see
http://jquery.com/discuss/2006-September/012088/
2006-09-22 21:07:04 +00:00
..
ajax
Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug
#164
2006-09-19 09:49:22 +00:00
dimensions
Added proposed fix for bug
#201
2006-09-17 10:10:25 +00:00
event
Weird, I never committed the docs for mouseover.
2006-09-16 22:48:53 +00:00
fx
Documented the slideToggle() and animate() functions.
2006-09-01 06:31:44 +00:00
jquery
Changed implementation of removeClass: No more regex, tested and working in FF1.5, IE6 and Opera9 (tests added)- see
http://jquery.com/discuss/2006-September/012088/
2006-09-22 21:07:04 +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