Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.2.4.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div>
  <fieldset>
    <p dir="rtl"><label>case1</label>
      <select  id="Color" required="required">
        <option>please select</option>
        <option value="redd">home</option>
        <option value="greenn">car</option>
      </select>
    </p>
  </fieldset>
</div>
<div class="redd box keepme">   
  <div>
    <fieldset>
      <p dir="rtl"><label>case2</label>
        <select  id="ddColor" required="required">
          <option>please select</option>
          <option value="red">sell</option>
          <option value="green">rent</option>
        </select>
      </p>
    </fieldset>
  </div>
  <div class="red box">red</div>
  <div class="green box">green</div>
</div>
<div class="greenn box">greenn</div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers