Compares the performance of querySelector against JQuery for selecting elements.
For class selector, getElementsByClassName is the best.
For element selector, getElementsByTagName is the best.
Comparing performance of:querySelectorAll by Attribute vs jQuery selector by Attribute vs querySelectorAll by Class vs jQuery selector by Class vs querySelectorAll by Element vs jQuery selector by Element