Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>JS Bin</title>
  <meta name="description" value="Kendo UI TreeView example" />
  
  <link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.common.min.css" />
  <link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.default.min.css" />
  
  <style>
    body:after {
      content: "";
      display: block;
      visibility: hidden;
      height: 0;
      font: 0/0;
      -webkit-transform: translateZ(0);
    }
  </style>
</head>
<body>
  <form id="form1" runat="server">
    <div>
      <ul id="ax_menu">
        <li>Test 1
          <ul>
            <li>Test 1.1</li></ul>
        </li>
      </ul>
    </div>
  </form>
  
  <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
  <script src="http://cdn.kendostatic.com/2012.2.710/js/kendo.web.min.js"></script>
  
  <script>
    $(document).ready(function () {
      $("#ax_menu").kendoMenu();
    });
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers