Skip to content

Conversation

kswedberg
Copy link
Member

This PR attempts to address the concerns noted in gh-697 and it's comments.


## jQuery Extensions

When possible, avoid selectors that include [jQuery extensions](https://api.jquery.com/category/selectors/jquery-selector-extensions/). These extensions cannot take advantage of the performance boost provided by the native `querySelectorAll()` DOM method and, therefore, require the use of the Sizzle selector engine provided by jQuery.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Random tab before link.

@scottgonzalez
Copy link
Member

Looks good.

@franciscop
Copy link

👍 (I also used the new Github Reactions)

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

Successfully merging this pull request may close these issues.

4 participants