You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the context of an insertion after a change in context, the handler of a DOMNodeInserted will get a corrupted Sizzle due to an incomplete array version of rbuggyQSA before it is turned into a pattern.
use Mutation Observers instead of Mutation Events.
During the context of an insertion after a change in context, the handler of a DOMNodeInserted will get a corrupted Sizzle due to an incomplete array version of rbuggyQSA before it is turned into a pattern.
use Mutation Observers instead of Mutation Events.
solution in
jquery/sizzle#445
The text was updated successfully, but these errors were encountered: