我不确定我的问题标题是否正确,但我想在下面问一个问题
<div title="A"></div>
var a = $([title=A]);
//if I only know a, how can I get what is referring here made a,
//or command I use can get out put of the referring.
//This case the out put will be '[title=A]'
我不是要求a.attr('title');