Combined selector
Combined selector
Is there a way to combine selectors with && condition.
eg:
$(
'.classname div[att=value]'
)
Requirement is to select all div elements with class 'classname' and (&&) an attribute 'att' whose value is 'value'
Topic Participants
georgeanicadu
Kevin Boudloche