$("[object Object] #resp")
$($(this).attr('id') + " #resp").text(response);
// Или
$(this.id + " #resp").text(response);
$("#resp", $(this)).text(response);
{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} },
[
{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} }
]