Give me some tips please, I have an object with data - I get it with parentNode. Here is my data in the object:
I need to get data of element ul.district-areas. I can do this by its key - 2, but I would like to explicitly indicate that I need an element with a specific class. Is it possible to do this, and if so, how?
Thanks

