标签: jquery angularjs
我有一个jQuery实现的功能,可以找到一个元素:
$('#' + id).dialog('close');
AngularJS版本$('#' + id)是什么?
$('#' + id)