假设在变数的html中,则像拯救一样。
var vhtm="<div><div id= test >zebra</div><div id= foo >here is my many other html content</div></div>";
i want to parse the above html stored in variable with the help of jquery. i need to extract a particular div by id and including its content. the return result would like
<div id= foo >here is my many other html content</div>
因此,需要找到象id一样的 d。
请帮助我如何把上述内容如 j。