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-01-26 10:18:31 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7b2c84ddbe004ed4ab2ee3982af40b7275d7dfde
jquery
/
src
History
Jörn Zaefferer
7b2c84ddbe
Removed (hopefully) all references to $ within the jQuery code itself
2006-10-06 17:15:33 +00:00
..
ajax
Removed (hopefully) all references to $ within the jQuery code itself
2006-10-06 17:15:33 +00:00
dimensions
added Brandon's offset function
2006-10-05 07:40:31 +00:00
event
Removed (hopefully) all references to $ within the jQuery code itself
2006-10-06 17:15:33 +00:00
fx
Removed (hopefully) all references to $ within the jQuery code itself
2006-10-06 17:15:33 +00:00
jquery
Removed (hopefully) all references to $ within the jQuery code itself
2006-10-06 17:15:33 +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