Skip to content

Tags: ichthyos/sizzle

Tags

1.5.1

Toggle 1.5.1's commit message
Fixes #8310. Make sure that sibling selectors (+,~) in some edge case…

…s don't leave modification behind in the DOM.

Follow up to 8b34687 which caused Sizzle to sometimes
leave modifications behind in the DOM and remove the id attribute on the wrong element.

1.5.1rc1

Toggle 1.5.1rc1's commit message
Fixes #8310. Make sure that sibling selectors (+,~) in some edge case…

…s don't leave modification behind in the DOM.

Follow up to 8b34687 which caused Sizzle to sometimes
leave modifications behind in the DOM and remove the id attribute on the wrong element.

1.5

Toggle 1.5's commit message
Fix the handling of escaped attribute names/values for non qSA browse…

…rs. Fixes #3729. Fixes #6428.

1.4.4

Toggle 1.4.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix jslint failures caused by aa6076c.