Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <title></title>
    <link href="http://cdn.kendostatic.com/2014.1.416/styles/kendo.common.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2014.1.416/styles/kendo.default.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2014.1.416/styles/kendo.mobile.all.min.css" rel="stylesheet" />
    <script src="http://cdn.kendostatic.com/2014.1.416/js/jquery.min.js"></script>
    <script src="http://cdn.kendostatic.com/2014.1.416/js/kendo.all.min.js"></script>
  </head>
  <body>
    <div data-role="view">
      <span id="target" data-role="touch" data-tap="showPopOver" data-rel="popover">Open PopOver</span>
      <div id="foo" data-role="popover">
        <div data-role="view">
          View 1
        </div>
      </div>
    </div>
    <script>
      var app = new kendo.mobile.Application();
      function showPopOver() {
        $("#foo").data("kendoMobilePopOver").open("#target");
      }
    </script>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
kiril.nikolov@gmail.compro
0viewers