jQuery each() vs for loop By Gordon September 20, 2019 I recently read that the jQuery ‘each’ construct is more performance intensive than running a simple ‘for’ loop, which is borne out by testing. The … Continued Read more JavascriptjQueryPerformance