JQuery选择器中转义的应用
<div id="tid#abc">a</div><div id="tid[1]">b</div>
$("#tid#abc");$("#tid[1]");
$("#tid\\#abc");$("#tid\\[1\\]");