Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for jquery :has() selector? #15

Open
Zauberfisch opened this issue Jan 9, 2012 · 0 comments
Open

support for jquery :has() selector? #15

Zauberfisch opened this issue Jan 9, 2012 · 0 comments

Comments

@Zauberfisch
Copy link
Contributor

$('ul:has(li)').entwine({
    onmatch: function() {
        console.log(this);
    }
});

logs the following error in my console (tested in latest FF and chrome):
"Could not parse selector - ul:has<HERE>(li)"

Would it be possible to support the :has() selector?
(I am aware that its not a css3 selector and its performance issue, still it would be nice to have :) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant