---
title: "Which is the fastest selector and slowest selector in jQuery?"  
description: "Which is the fastest selector and slowest selector in jQuery?"  
author: "Anonymous User"  
published: 2015-05-18  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2541/which-is-the-fastest-selector-and-slowest-selector-in-jquery  
category: "javascript"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# Which is the fastest selector and slowest selector in jQuery?

ID and Element are the fastest selectors and Class selectors are the slowest selectors in jQuery.\

## Answers

### Answer by Anonymous User

ID and Element are the fastest selectors and Class selectors are the slowest selectors in jQuery.\


---

Original Source: https://www.mindstick.com/interview/2541/which-is-the-fastest-selector-and-slowest-selector-in-jquery

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
