欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

得到j(luò)Query detach()后節(jié)點(diǎn)中的某個(gè)值實(shí)現(xiàn)代碼

 更新時(shí)間:2013年02月05日 10:37:23   作者:  
需要jQuery -detach 后的dom 結(jié)構(gòu)或某個(gè)值,如何獲取到呢?一直困惑著我們,不過本文將為大家解開疑惑,感興趣的朋友可以了解下,或許本文對(duì)你有所幫助
需要jQuery -detach 后的dom 結(jié)構(gòu)或某個(gè)值 。
復(fù)制代碼 代碼如下:

<body>
<input type="text" value="test" name="showtime" id="showtime" />
<input type="button" onclick='showDetach();'/>
</body>
<script type="text/javascript">
var obj = '';
setTimeout(function(){
obj=jQuery("#showtime").detach() ; // 需要用jquery轉(zhuǎn)換一下。
},1000) ;

function showDetach(){
alert(jQuery(obj).val()) ;
}
</script>
</body>

相關(guān)文章

最新評(píng)論