Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up3.0 upgrade guide doesn't mention changes to `jQuery.parseHTML()` #158
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As noted in the API documentation, the behavior of
jQuery.parseHTML()changed to have the context default to a new document. This is not mentioned in the upgrade guide and has caused confusion for users. See https://bugs.jqueryui.com/ticket/15147 for an example of a user being caught off-guard by this change.