2
有什麼辦法來取代使用jQuery從內容 - 比方說,從DIV替換了jQuery ID
<html>
<body>
<div class="information1">
This is the information.
</div>
</body>
</html>
到
<html>
<body>
<div id="information">
<div class="information1">
This is the information.
</div>
</div>
</body>
</html>
不知道「包裝」存在。真棒! – griegs 2011-05-30 01:36:55
Doh!打敗我吧。 +1無論如何;-) – 2011-05-30 01:37:20
哦,非常感謝,你真的救了我。 – 2011-05-30 01:38:16