---
title: "What does $(“div”) will select?"  
description: "What does $(“div”) will select?"  
author: "Anonymous User"  
published: 2012-03-02  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/1400/what-does-div-will-select  
category: "jquery"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# What does $(“div”) will select?

It will select all the div element in the page.

## Answers

### Answer by Anonymous User

It will select all the div element in the page.


---

Original Source: https://www.mindstick.com/interview/1400/what-does-div-will-select

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
