我在变量中有DOM,我想找到包含特定数据的div。问题是html元素的id为
var datahtml = "html of whole page";
<code id='templates/desktop/profile/profile_streaming-535c1a8b-9ade-45a4-a4d9-2c6fcf43d823-content'> <!-- Some Html --> </code>
当我将此代码标记查询为
时$(datahtml).find("#templates/desktop/profile/profile_streaming-535c1a8b-9ade-45a4-a4d9-2c6fcf43d823-content").html();
它给了我未定义的错误:
jquery.js:2未捕获错误:语法错误,无法识别的表达式:
模板/桌面/简档/ profile_streaming-535c1a8b-9ade-45a4-a4d9-2c6fcf43d823含量