Fixed .unbind('.namespace').
[jquery.git] / src / event.js
2008-02-05 Scott GonzálezFixed .unbind('.namespace').
2008-02-03 John ResigAdded support for .unbind(".test") to unbind all namesp...
2008-02-03 John ResigAdded $().data(), $().removeData(), and .bind("click...
2008-01-14 John ResigAdded a fix for bug #2140. Opera doesn't like concating...
2007-12-28 Yehuda KatzFixes bug with charCode, bad 'var' and missing semicolon
2007-12-21 Brandon AaronFixed memory leak in IE with non-native event types
2007-12-21 Brandon AaronRemoved check to prevent event from being fixed twice...
2007-12-20 Brandon AaronFixing #2081
2007-12-20 David SerdukeChanged the $(document).ready() code to try and solve...
2007-12-19 Brandon AaronShort-circuit jQuery.event.fix if it has already fixed...
2007-12-19 David SerdukeSecond part of the fix for #2071. An empty string...
2007-12-19 David SerdukeChanged CRLF end of lines to just LF. Other than that...
2007-12-18 Richard WorthFixed #1887 - trigger fails if extra is not a function
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).