Any anchor in a div with “response” and “content” classes:
$('.response.content a')
Or only anchors with a class of “showlist”:
$('.response.content a.showlist')
Any anchor in a div with “response” and “content” classes:
$('.response.content a')
Or only anchors with a class of “showlist”:
$('.response.content a.showlist')