Fixed #2069. The ready helper and shortcuts act the same. You can also still bind...
[jquery.git] / src / event.js
2007-12-17 Brandon AaronFixed #2069. The ready helper and shortcuts act the...
2007-12-16 Brandon AaronCleaned up mouseenter and mouseleave special events
2007-12-16 David SerdukeChanged window.frameElement to window == top because...
2007-12-16 David SerdukeAdded code so an iframe in IE won't count on doScroll...
2007-12-16 Brandon AaronRenaming variables to be more consistent
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-15 Brandon Aaronnew special events api, ready is now a first class...
2007-12-11 Brandon AaronFix for #2032
2007-12-08 Brandon AaronFix for #1486. Prevent IE from throwing an error when...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-03 David SerdukeFixed [1993] although it actually wasn't a bug in the...
2007-11-28 David SerdukeFixed #1701 by passing through the arguments as suggested.
2007-11-27 David SerdukeFixed #1970 by returning true instead of false when...
2007-11-19 Brandon AaronFix for #1933
2007-11-14 Brandon AaronFix for #1925 and removed some unnecessary browser...
2007-11-14 Brandon AaronFix for #1911
2007-10-15 John ResigFrom a suggestion by Diego, moved the jQuery.ready...
2007-10-06 Brandon AaronFix normalization of pageX and pageY event properties...
2007-10-06 Brandon AaronFixes memory leaks relating to events in IE with page...
2007-10-01 John ResigSafari 2 was having problems with the syntax used for...
2007-09-27 John ResigFixed the attribution for the DOM Ready fix - the previ...
2007-09-27 Brandon AaronFix for #1153
2007-09-27 John ResigConverted jQuery to use the new DOM Ready technique...
2007-09-14 John ResigMake sure that the right event type is always triggered...
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigReorganzing the jQuery source (first phase).