detach
English [d?t?t?]
vt. ??, ??, ??;
jquery ??() ??? ???
??: detach() ???? ?? ??? ? ?? ??? ???? ??? ??? ?????. ? ???? ??? ?? ??? ? ??? jQuery ??? ???? ??? ?????. detach()? ?? ???? ???? ??? ???? ????, ?? Remove()? ????.
??: ??$(selector).detach()
jquery ??() ??? ?
<html> <head> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ $("p").detach(); }); }); </script> </head> <body> <p>This is a paragraph.</p> <button>刪除 p 元素</button> </body> </html>
??? ????? ??? "???? ??" ??? ?????