1
我有以下HTML:如何禁用父級元素的按鈕?
<label class="fileinput-button">
<span>add file...</span>
<input type="file" name="file" disabled>
</label>
我想用label
的類名(不帶按鈕的ID)來禁用input
元素(按鈕)。
$('label.fileinput-button') ... button ... disable.
我怎樣才能做到這一點?
+1可以使用'道具()',但確實注意到,在jQuery的這僅適用1.6+ – Bojangles