Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<form>
<select id="language" name="language">
  <option value="0"></option>
  <option value="1">One</option>
  <option value="2">Two</option>
  <option value="3">Three</option>
</select>
  <button type='submit' onclick='a()'>submit</button>
  <p id='demo'></p>
</form>
 
if($("#language").attr("selectedIndex") === 0) {
    alert("You haven't selected anything!");
   }
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers