jquery / sizzle

A sizzlin' hot selector engine.
https://sizzlejs.com
Other
6.29k stars 951 forks source link

Shorthand for Name Selector #404

Closed eagostini closed 7 years ago

eagostini commented 7 years ago

It’s a proposal for a selector that can find elements by a name shorthand by using the character @ followed by the name of the field.

jsf-clabot commented 7 years ago

CLA assistant check
All committers have signed the CLA.

gibson042 commented 7 years ago

You are free to implement this with our extension API, but Sizzle proper now value standards compatibility, and we are very unlikely to introduce any new custom selectors.

eagostini commented 7 years ago

I see @gibson042, totally understandable. Thanks for the prompt reply.