Element by ID fetching. Javascript vs selectors. (version: 17)
Fetching elements into a jquery object using different means. Multiple calls to document.getElementByID vs comma separated selector.
Comparing performance of:1 div with javascript vs 1 div with jquery selector vs 2 divs with javascript. Add with jquery vs 2 divs with 2 jquery selectors. Add with jquery vs 2 divs with javascript. Add with array vs 2 divs with 2 jquery selectors. Add with array vs 2 divs with single jquery selector vs 1 div with jquery selector with context