Kendo UI

jQuery + Kendo UI + MockJax

by burkeholland

HTML

<script src="http://cdn.kendostatic.com/2013.2.918/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.2.918/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.2.918/styles/kendo.default.min.css">
<script src="http://www.kendoui.com/docs/default-source/script/kendo-youtube.js"></script>
<div class="container">
    <div class="center">
        <div id="youtube" data-role="youtube"></div>
    </div>
</div>

CSS

.container {
    padding-top: 10px;
}

.center {
    width: 650px;
    margin: auto;
}

h2 {
    font-size: 2em;
    font: "Helvetica";
}

JavaScript

kendo.bind($(".container"));