をjquery
に入力しようとしていますが、入力フィールドに値がある場合 これらのコードを試しましたが、動作しません。jskeryはnullではありません。
私に教えてください!
if ($('#user-email').val() != ''){
$(".email-capt").css({"position":"absolute","margin-top":"0px"});
}
<div class="input-container input-email">
<button class="btn btn-default email-btn"><span class="glyphicon glyphicon-chevron-right"></span></button>
<input type="email" required="" value="" tabindex="1" name="name" class="" id="user-email">
<label for="arrival" class="email-capt">Enter your email to be in the know</label>
</div>
私たちにあなたのHTMLを表示してください – urbz
このコードはボタンクリックで動作していますか?あなたは何を得ているのですか? – Samir