Overview jQuery Migrate Plugin Changes of Note in jQuery 1.9 .toggle(function, function, ... ) removed jQuery.browser() removed .live() removed .die() removed jQuery.sub() removed .add() .addBack( selector ) replaces .andSelf() .after(), .before(), and .replaceWith() with disconnected nodes .appendTo, .insertBefore, .insertAfter, and .replaceAll AJAX events should be attached to document Checkbox/radio state in a .trigger()ed "click" event Order of triggered "focus" events jQuery(htmlString) versus jQuery(selectorString) Events not fired by the .data() method; names with periods Ordering of disconnected nodes within a jQuery set Loading and running scripts inside HTML content .attr() versus .prop() $("input").attr("type", newValue) in oldIE "hover" pseudo-event .selector property on jQuery objects jQuery.attr() jQuery.ajax returning a JSON result of an empty string jQuery.proxy() context .data("events") Removed properties of the Event object Undocumented arguments of API methods Other undocumented properties and methods
|