This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
f20c974644
jquery
/
src
History
Ariel Flesler
0a1b0db347
jquery event:
closes
#4033
. e.currentTarget wasn't being enforced for native events (IE doesn't have it)
2009-02-17 12:38:16 +00:00
..
ajax.js
Stopped a memory leak on getScript calls.
Fixes
#3962
.
2009-02-07 16:57:59 +00:00
core.js
Added some extra methods for making result set merging easier.
2009-02-15 18:09:34 +00:00
data.js
jquery data: Fixed a weird patch merging issue from [6011]
2008-12-30 02:43:14 +00:00
dimensions.js
Added some significant speed-ups to height/width checks, thanks to some code and investigation by Mike Helgeson.
Fixes
#3082
.
2009-02-13 22:58:57 +00:00
event.js
jquery event:
closes
#4033
. e.currentTarget wasn't being enforced for native events (IE doesn't have it)
2009-02-17 12:38:16 +00:00
fx.js
fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not like setting style.display to undefined. also second for loop was mistakenly nested within the first for loop.
2009-02-16 21:20:51 +00:00
intro.js
jquery intro: looks nicer when built
2009-01-05 12:09:04 +00:00
offset.js
Added some missing spaces - helps to calm XHTML error messages in Safari.
2009-01-20 15:46:40 +00:00
outro.js
Fix for a selector speed regression (calling a simple selector many times resulted in a significant speed down). This has been fixed by breaking the RegExps out into the global scope. This required that a closure be implemented around the full jQuery script (which is now the case). Some simple changes were made in addition to the RegExp one, allowing for some greater flexibility on our part - and hopefully better compression.
2007-08-21 05:43:44 +00:00
selector.js
Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug
#4167
.
2009-02-16 18:23:59 +00:00
support.js
Adding a tweak to prevent layout breaks in the boxModel check on IE 6. Fixes bug
#4014
.
2009-02-07 17:15:01 +00:00