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-1.9.1.min.js"></script>
  
<script src="http://ivaynberg.github.io/select2/select2-3.4.5/select2.js"></script>  
  
      <link href="//ivaynberg.github.io/select2/select2-3.4.5/select2.css" rel="stylesheet"/>
  
        <link href=" //netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
 
  
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
 
 <select id="sel" style="width: 100%">
    <option value="1">Hello</option>
    <option value="2" data-icon="1">Friends</option>
    <option value="3">Stackoverflow</option>
</select>
<br><br>
<button id="addok">Add <i class='fa fa-check'></i></button>
  <button id="removeok">Remove <i class='fa fa-check'></i></button>
  
 
  
</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