Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2016.2.607/styles/kendo.common.min.css"/>
    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2016.2.607/styles/kendo.silver.min.css"/>
    
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://kendo.cdn.telerik.com/2016.2.607/js/kendo.all.min.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  
<div id="example">
  <div class="demo-section k-content">
    <ul id="fieldlist">
      <li>
        <label for="clientType">System Type</label>
        <input id="clientType" style="width: 100%;" />
      </li>
      <li>
        <label for="dataType">Filter Type</label>
        <input id="dataType" disabled="disabled" style="width: 100%;" />
      </li>
      <li>
        <button class="k-button k-primary" id="get">Filter</button>
      </li>
    </ul>
  </div>
<br>  
  
  
<div id="grid"></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers