or
<div id="files-format-chart" style="width:1120px;line-height:30px;cursor: pointer;"></div>$("#files-format-chart").kendoSparkline({ type: "bar", chartArea: { opacity: 0, margin: 0 }, plotArea: { opacity: 0, margin: 0 }, series: /*array of series*/, valueAxis: { max: /*max value of series data to avoid space*/ }});<li> <div id="meterImageGallery" data-role="scrollview" class="km-widget km-scrollview"><div style="height: 1px; -webkit-transform-origin: 0% 0%;"><div class="km-virtual-page" style="width: 326px; -webkit-transform: translate3d(-326px, 0px, 0px);"></div><div class="km-virtual-page" style="width: 326px; -webkit-transform: translate3d(0px, 0px, 0px);"><img class="meter-image" src="../ViewerService.svc/GetObjectImageById?id=485"></div><div class="km-virtual-page" style="width: 326px; -webkit-transform: translate3d(326px, 0px, 0px);"><img class="meter-image" src="../ViewerService.svc/GetObjectImageById?id=1067"></div></div><ol class="km-pages"><li class="km-current-page"></li><li></li><li></li></ol></div> </li>var kScheduler = new kendo.ui.Scheduler($("#scheduler"), { dataSource: dsScheduler, editable: { template: kendo.template($("#schedulerTemplate").html()) }});<script type="text/x-kendo-template" id="schedulerTemplate"> <label>Beginn:</label> <input name="start" type="text" required data-type="date" data-role="datetimepicker" data-bind="value: start,invisible: isAllDay" /> <input name="start" type="text" required data-type="date" data-role="datepicker" data-bind="value: start,visible: isAllDay" /> <br /> <label>Ende:</label> <input name="end" type="text" required data-type="date" data-role="datetimepicker" data-bind="value: end ,invisible:isAllDay" /> <input name="end" type="text" required data-type="date" data-role="datepicker" data-bind="value: end ,visible:isAllDay" /> <br /> <label>Titel:</label> <input name="title" type="text" required data-type="string" data-bind="value: title" /> <br /> <label>Beschreibung:</label> <textarea name="description" data-type="string" data-bind="value: description" /> <br /> <input id="combobox_AppointmentOwner" name="appointmentOwner" /> <br /> <label>Ganztägig</label> <input type="checkbox" name="isAllDay" data-type="boolean" data-bind="checked:isAllDay"> <br /> <label>Öffentlich</label> <input type="checkbox" name="PublicEvent" data-type="boolean" data-bind="checked:PublicEvent"> <br /></script> function gridJobRequestEnd(e) {<br> if (e.type == "update" && e.response.Data != null) {<br> var gridJob = $("#gridJob").data("kendoGrid");<br> var job = gridJob.dataSource.get(e.response.Data[0].JobKey);<br> var tr = $("[data-uid='" + job.uid + "']", gridJob.tbody);<br> gridJob.select(tr);<br> }<br> }<!-- EVENT Page !!! Inherit the layout just above for footer and header --> <div data-role="view" data-layout="overview-layout" data-show="showEvent" data-init="initEvent" data-title="Meet My Friends" id="event" data-id="0" data-transition="slide"> <div data-role="content" class="content"> <div id="eventContent"></div> <div class="eventButtons"> <!-- We'll have to add the join this friend at event --> <table class="friends-tabs"> <tr> <td class="tab-active" data-friends="might">Recommended</td> <td class="friends-tab" data-friends="notifs">Wanna Go</td> <td class="friends-tab" data-friends="invites">Invites</td> <td class="friends-tab" data-friends="all">All</td> </tr> </table> </div> <div data-role="scroller" class="scrollerFriends"> <ul id="friendsToInvite"></ul> </div> <div> <form id="friendSearchForEvent" class="km-filter-form"> <div class="km-filter-wrap"> <input type="text" id="messageInputFSE" placeholder="Friend Name" style="width:85%"/> <button id="searchFriendForEvent" class="button2 btn-grey">Go</button> </div> </form> </div> </div> </div>