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