,我需要選擇一些項目,並檢查是否值不爲空,並隱藏previus項目....但沒有工作....JQUERY如何選擇項目
例如:
<script>
if($('input[type=text],input[type=email],input[type=password]').val() != ""){
$(this). prev().hide();
}
</script>
<div class="prova"></div>
<input type="text">
<div class="prova"></div>
<input type="text">
<div class="prova"></div>
<input type="text">
當我加載頁面previus div爲每個輸入,而不是隱藏....有人可以幫助我嗎?
如果您的主要要求是設置不是OP的元素的值,那麼這種方法更好。 – ShankarSangoli 2012-02-10 02:03:59