男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

首頁(yè)  >  屬性  > removeProp(name)

返回值:jQueryremoveProp(name)

jQuery removeProp() 方法概述

用來(lái)刪除由.prop()方法設置的屬性集

隨著(zhù)一些內置屬性的DOM元素或window對象,如果試圖將刪除該屬性,瀏覽器可能會(huì )產(chǎn)生錯誤。jQuery第一次分配undefined值的屬性,而忽略了瀏覽器生成的任何錯誤

參數

propertyNameStringV1.6

要刪除的屬性名

示例

描述:

設置一個(gè)段落數字屬性,然后將其刪除。

HTML 代碼:
<p> </p>
jQuery 代碼:
var $para = $("p");
$para.prop("luggageCode", 1234);
$para.append("The secret luggage code is: ", String($para.prop("luggageCode")), ". ");
$para.removeProp("luggageCode");
$para.append("Now the secret luggage code is: ", String($para.prop("luggageCode")), ". ");
結果:
The secret luggage code is: 1234. Now the secret luggage code is: undefined. 
男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站