Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
jQuery Mobile
Search
Dariusz Parys
November 15, 2011
Technology
1
120
jQuery Mobile
jQuery Mobile in ASP.NET MVC einsetzen
Dariusz Parys
November 15, 2011
Tweet
Share
More Decks by Dariusz Parys
See All by Dariusz Parys
Cross-Plattform-Spieleentwicklung mit HTML5, WebGL und Unity3D
writeline
0
1.5k
Windows Phone 8 Entwicklung
writeline
0
45
Windows 8, Windows Phone 8 und überhaupt...
writeline
1
150
TypeScript - A Brief Introduction
writeline
1
140
Run your stuff@azure
writeline
0
48
Writing applications with node.js on the Microsoft platform
writeline
0
3.6k
Windows Phone 8 - Was ist neu
writeline
1
66
Migration von Anwendungen in die Cloud
writeline
1
65
Other Decks in Technology
See All in Technology
コミュニティと共に変化する 私とFusicの8年間
ayasamind
0
300
個人開発からエンプラまで。AIコードレビューで開発を楽しもう
moongift
PRO
0
210
龍昌餃子で理解するWebサーバーの並行処理モデル - 東葛.dev #9
kozy4324
1
130
ピープルウエア x スタートアップ
operando
3
3.6k
隙間ツール開発のすすめ / PHP Conference Fukuoka 2025
meihei3
0
170
CloudComposerによる大規模ETL 「制御と実行の分離」の実践
leveragestech
0
190
メタプログラミングRuby問題集の活用
willnet
1
150
最近読んで良かった本 / Yokohama North Meetup #10
mktakuya
0
1.2k
LINE公式アカウントの技術スタックと開発の裏側
lycorptech_jp
PRO
0
160
AI時代に必要なデータプラットフォームの要件とは by @Kazaneya_PR / 20251107
kazaneya
PRO
4
820
Zabbix Conference Japan 2025 ダッシュボードコンテストLT
katayamatg
0
120
ソースコードを読むときの思考プロセスの例 ~markdownのレンダリング方法を知りたかった2 markdownパッケージ~
sat
PRO
0
110
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Faster Mobile Websites
deanohume
310
31k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8k
Making Projects Easy
brettharned
120
6.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Speed Design
sergeychernyshev
32
1.2k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
280
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Unsuck your backbone
ammeep
671
58k
Transcript
jQuery Mobile In ASP .NET MVC einsetzen
[email protected]
@writeline http://kouder.net Dariusz Parys Technical Evangelist Microsoft Deutschland GmbH
jQuery Mobile • Bibliothek speziell für mobile Endgeräte • Konzepte
der beliebten jQuery Bibliothek • Vieles kann deklarativ erreicht werden • Mobile CSS Themes
Setup • Lokal zur Entwicklerzeit Offline möglich • CDN
für Test- / Produktivsystem • Hinzufügen von CSS und Skripten • Hinzufügen des Viewport Meta Attributs
Grundlegener Aufbau <div data-role=„Page|Header|Body|Footer“> <!-- Inhalt hier --> </div>
Verschiedene Attribute • data-role • data-position • data-icon • data-theme
• Etc...
CSS Styles • ui-li-aside • ui-li-thumb • ui-li-icon • Etc...
Methoden • $.mobile.changePage • $.mobile.loadPage • jqmData • $.mobile.showPageLoadingMsg •
Etc...
JQUERY MOBILE DEMO
Fazit • Einfach zu Handhaben • Bestandteil von ASP .NET
MVC 4 • Verwendbar in allen Web Frameworks (ASP .NET MVC, WebForms, etc...)