Check if input type text Contains value in div using jquery
Clash Royale CLAN TAG#URR8PPP
Check if input type text Contains value in div using jquery
I have one div in which their are 3 input fields of type text , I want to show alert on button click if any of the 3 input fields contain value.
<div id="userdiv">
<input type="text" name="username" />
<input type="text" name="company" />
<input type="text" name="area" /><br />
<button id="btn1">Search</button>
</div>
How can I check if any of the field contains value using jquery ?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Please take a little while to try coming up with an answer on your own! If you've already tried and can't figure it out, edit your question to include your attempt(s), and we can gladly help you out.
– Tyler Roper
16 secs ago