Select the Element Inside The Div (Division)

In many cases, we might end up with having same element ID in DOM, however, this is not recommended. In such scenario, if we want to perform certain scripting on one element, this may effects to another as well because of same element ID. You can select the particular element based on div as shown. Similarly, we can use className. Cheers!! Continue reading Select the Element Inside The Div (Division)