I have this elements:
<div class="ELEMENT_LISTY" style="">
<div class="TITLE" id="174">string</div>
<div class="BUTTONY">
<div class="POGLAD"></div>
<div class="ZMIEN_NAZWE"></div>
<div class="USUN"></div>
</div>
</div>
How to select element with class .ELEMENT_LISTY only when I have id #174?
would do it.
It should be noted that mumerical IDs can be tricky within browsers..you should consider using IDs that start with a letter.