Kendo UI for jQuery
Overview
Frameworks
jQuery
Angular
React
Vue
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
Kendo UI for jQuery
This is a migrated thread and some comments may be shown as answers.
Not working at all, very upset.
1 Answer
53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nikita
Top achievements
Rank 1
Nikita
asked on
15 Sep 2012,
10:26 PM
I downloaded basic sample and getting errors left and right. jQuery mobile loaded without problems.
Im testing in Eclipse/Android.
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
0
Nikita
Top achievements
Rank 1
answered on
16 Sep 2012,
12:30 AM
<!DOCTYPE html>
<html>
<head>
<title>
Home Page
</title>
<link
href
="
/Content/kendo.mobile.all.min.css
"
rel
="
stylesheet
"
type
="
text/css
" />
</head>
<body>
<div
data-role
="
view
"
data-layout
="
default
">
Hello Mobile World!
</div>
<div
data-role
="
anotherView
"
id
="
view2
">
...
</div>
<section
data-role
="
layout
"
data-id
="
default
">
<header
data-role
="
header
">
<div
data-role
="
navbar
">
My App
</div>
</header>
<!--View content will render here-->
<footer
data-role
="
footer
">
<div
data-role
="
tabstrip
">
<a
href
="
#
">
Home
</a>
<a
href
="
#view2
">
More
</a>
</div>
</footer>
</section>
<script
src
="
/Scripts/jquery.min.js
"
type
="
text/javascript
">
</script>
<script
src
="
/Scripts/kendo.all.min.js
"
type
="
text/javascript
">
</script>
<script>
var app = new kendo.mobile.Application(document.body,
{
transition: 'slide'
});
</script>
</body>
</html>
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
General Discussions
Asked by
Nikita
Top achievements
Rank 1
Answers by
Nikita
Top achievements
Rank 1
Share this question
or
Copy link