Kendo UI Mobile base

HTML

<script src="http://cdn.kendostatic.com/2012.3.1114/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.3.1113/styles/kendo.mobile.all.min.css">
<div data-role="view">
    <a data-role="button" href="#foo">Button</a>
</div>

JavaScript

var app = new kendo.mobile.Application();

$(function() {
    app.showLoading();
});