Google Chrome developer tools: selecting elements based on css class

Is there a good resource when using the Google Chrome Developer Console?

I see an introduction here .

I have a specific question on how to select HTML elements based on CSS class.

The link above shows how to select based on id (using $ ("")).

+3
source share
1 answer

Okay .. I figured it out ... it looks like firebug, $$ (". Class")

+12
source

Source: https://habr.com/ru/post/1774113/


All Articles