-
Notifications
You must be signed in to change notification settings - Fork 480
Update optimize-selectors.md #650
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
Conversation
|
||
``` | ||
$("[attributeKey=value]"); // Extremely expensive. | ||
$("input[attributeKey=value]");; // Better. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two semicolons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
Could you please sign the CLA? |
Could you take a look at #106? I'd love to include a part about attribute selectors, but there are some more things we need to touch. That said, could you update the examples to use our style guide? |
Hey @adardesign, are you interested in finishing up this PR? You still need to sign the CLA and address some comments. |
Yes, Ill get to it shortly |
Hey-hey @adardesign still interested? |
Friendly ping @adardesign. Don't forget about the CLA too. |
bump @adardesign |
Hi @adardesign. Are you still interested in this PR? |
Thinking at this PR again, I think it isn't relevant anymore. From a long time jQuery uses |
Agreed, |
No description provided.