Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/upgrade-guide/1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The `.data()` method had an undocumented and incredibly non-performant way to mo

For many versions, nearly all jQuery methods that return new sets of nodes use the document order to sort the resulting set. (There are a few methods such as `.parents()`, which returns its results in reverse-document order, but those exceptions are already documented and have not changed in 1.9.)

Before 1.9, sets that contained some connected and some disconnected nodes would be sorted inconsistently, depending on whether a disconnected node led the original unsorted set. As of 1.9, connected nodes are always placed at the beginning of the set in document order, and disconnected nodes are placed behind them. The jQuery Migrate plugin does not does _not_ restore the old behavior, which was somewhat random and unpredictable.
Before 1.9, sets that contained some connected and some disconnected nodes would be sorted inconsistently, depending on whether a disconnected node led the original unsorted set. As of 1.9, connected nodes are always placed at the beginning of the set in document order, and disconnected nodes are placed behind them. The jQuery Migrate plugin does _not_ restore the old behavior, which was somewhat random and unpredictable.

### Loading and running scripts inside HTML content

Expand Down