I have the following HTML:
<div class='tag-enabled' data-global-id='1635' data-tag-id='8'>hello</div>
<div class='tag-enabled' data-global-id='1635' data-tag-id='9'>hello</div>
<div class='tag-enabled' data-global-id='1635' data-tag-id='10'>hello</div>
I'd like to select data-global-id=1635
and data-tag-id=8
in jQuery. How would I do this?