Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="ember: simplest drag and drop">
  <meta charset="utf-8">
  <title>JS Bin</title>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  <script src="//builds.emberjs.com/tags/v1.11.0/ember-template-compiler.js"></script>
  <script src="//builds.emberjs.com/tags/v1.11.0/ember.debug.js"></script>
</head>
<body>
  <script type="text/x-handlebars" data-template-name="application">
    <div draggable="true">
      Pick me up
    </div>
    
    {{drop-target}}
  </script>
  <script type="text/x-handlebars" data-template-name="components/drop-target">
    <span>
      Drop things here
    </span>
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
dbazilepro
0viewers