Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script src="//code.jquery.com/jquery-git1.js"></script>
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  <body>
    <select class="required-entry">
      <option value="0" selected="true">Show nothing</option>
      <option value="2">WhatsApp only</option>
      <option value="1">E-mail only</option>
      <option value="3">WhatsApp + E-mail</option>
    </select>
    <div id="attach" style="display:none;" >WhatsApp description</div>
    <div id="attach2" style="display:none;" >E-mail description</div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
rafaelcastrocoutopro
0viewers