Is there a good resource on using console of Google chrome developer tools.
I see an introduction here .
I have a specific qn about how to select HTML elements based on CSS class.
The above link shows how to select based on id (using $("") ).
To select elements with a specific class, write a period (.) character, followed by the name of the class. You can also specify that only specific HTML elements should be affected by a class.
Press Ctrl + Shift + i for Windows/Linux (or command + option + i for Mac). Right-click on an element on your website page and select Inspect. Now that you are familiar with accessing Google Chrome Developer Tools, you will be able to inspect CSS elements to modify them live.
Ok.. I figured it out.. similar to firebug, $$(".class")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With