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 $ ("")).
source
share