Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.1.0/es5-shim.js"></script>
<script src="http://finom.github.io/js/matreshka.min.js"></script>
  
<meta charset=utf-8 />
<title>Matreshka Example</title>
  
</head>
<body>
  <select class="my-select">
    <option>1</option>
    <option>2</option>
    <option>3</option>
  </select>
</body>
</html>
 
var mk = new Matreshka();
mk.bindElement( 'x', '.my-select' );
mk.x = 2;
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers