Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Developing Windows Store Apps with HTML5 and JavaScript

You're reading from  Developing Windows Store Apps with HTML5 and JavaScript

Product type Book
Published in Aug 2013
Publisher Packt
ISBN-13 9781849687102
Pages 184 pages
Edition 1st Edition
Languages
Author (1):
Rami Sarieddine Rami Sarieddine
Author Profile Icon Rami Sarieddine
Rami Sarieddine
Toc

Table of Contents (19) Chapters Close

Developing Windows Store Apps with HTML5 and JavaScript
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
1. HTML5 Structure 2. Styling with CSS3 3. JavaScript for Windows Apps 4. Developing Apps with JavaScript 5. Binding Data to the App 6. Making the App Responsive 7. Making the App Live with Tiles and Notifications 8. Signing Users in 9. Adding Menus and Commands 10. Packaging and Publishing 11. Developing Apps with XAML Index

Querying the DOM with WinJS.Utilities


The UI of the app is described in HTML and the corresponding styles. When the app is launched, you should expect different user interactions with the UI. The user will touch some sections of your app; he/she will scroll, zoom in and out, or add or remove items. Moreover, the app might interact with the user through dialogs or conversations and through posting notifications on the screen. Responding to such interactions is handled by code and in our case, specifically by JavaScript code. That's where WinJS.Utilities comes in handy, by providing helper functions to do that; for example, functions to add/remove CSS classes or to insert HTML elements. But before anything interacts with the user, you have to select the function using JavaScript, which is called querying the DOM.

In Chapter 2, Styling with CSS3, we saw how to select parts of the DOM using CSS selectors. JavaScript has built-in functions to do so by using the traditional document.getElementById...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime