This could be broken into separate issues if that's more convenient. - [x] .toggle(function, function, ... ) removed - [x] jQuery.browser() removed - [x] .live() removed - [x] .die() removed - [x] jQuery.sub() removed - [x] .add() - [x] .addBack( selector ) replaces .andSelf() - [ ] .after(), .before(), and .replaceWith() with disconnected nodes http://bugs.jquery.com/ticket/13338 - [x] .appendTo, .insertBefore, .insertAfter, and .replaceAll - [x] AJAX events should be attached to document - [x] Checkbox/radio state in a .trigger()ed "click" event - [x] Order of triggered "focus" events - [ ] jQuery(htmlString) versus jQuery(selectorString) - [x] Events not fired by the .data() method; names with periods - [ ] Ordering of disconnected nodes within a jQuery set - [x] Loading and running scripts inside HTML content - [x] .attr() versus .prop() - [x] $("input").attr("type", newValue) in oldIE - [x] "hover" pseudo-event - [x] .selector property on jQuery objects - [x] jQuery.attr() - [x] jQuery.ajax returning a JSON result of an empty string - [x] jQuery.proxy() context - [x] .data("events") - [x] Removed properties of the Event object
This could be broken into separate issues if that's more convenient.