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
46
Windows 8, Windows Phone 8 und überhaupt...
writeline
1
150
TypeScript - A Brief Introduction
writeline
1
150
Run your stuff@azure
writeline
0
49
Writing applications with node.js on the Microsoft platform
writeline
0
3.6k
Windows Phone 8 - Was ist neu
writeline
1
67
Migration von Anwendungen in die Cloud
writeline
1
67
Other Decks in Technology
See All in Technology
OSC仙台プレ勉強会 AlmaLinuxとは
koedoyoshida
0
190
身体を持ったパーソナルAIエージェントの 可能性を探る開発
yokomachi
1
130
Tebiki Engineering Team Deck
tebiki
0
27k
バクラク最古参プロダクトで重ねた技術投資を振り返る
ypresto
0
170
WebアクセシビリティをCI/CDで担保する ― axe DevTools × Playwright C#実践ガイド
tomokusaba
2
140
品質を経営にどう語るか #jassttokyo / Communicating the Strategic Value of Quality to Executive Leadership
kyonmm
PRO
2
470
AI駆動AI普及活動 ~ 社内AI活用の「何から始めれば?」をAIで突破する
oracle4engineer
PRO
1
110
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/12 - 2026/2
oracle4engineer
PRO
0
170
TypeScript 7.0の現在地と備え方
uhyo
7
1.7k
内製AIチャットボットで学んだDatadog LLM Observability活用術
mkdev10
0
130
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
360
AWSの資格って役に立つの?
tk3fftk
2
360
Featured
See All Featured
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
150
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
53k
RailsConf 2023
tenderlove
30
1.4k
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
140
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
160
Bash Introduction
62gerente
615
210k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
92
Amusing Abliteration
ianozsvald
0
130
How to build a perfect <img>
jonoalderson
1
5.3k
Designing Experiences People Love
moore
143
24k
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
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...)