jQuery Mobile Flashcards

1
Q

jQuery Mobile is a touch-friendly UI _______ built on jQuery Core that works across all popular mobile, tablet and desktop platforms. It allows developers to build simple _____ fast.

A

jQuery Mobile is a touch-friendly UI framework built on jQuery Core that works across all popular mobile, tablet and desktop platforms. It allows developers to build simple UIs fast.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
jQuery Mobile comes with:
1) 
2) 
3) 
4) 
5)
A

jQuery Mobile comes with:

1) prebuilt components and widgets,
2) a CSS framework which includes custom classes, grid layout and theming options
3) a prebuilt navigation system and data transitions
4) a set of default icons
5) An online theme builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

jQuery makes use of ______, ______ and ____ data- attributes.

A

jQuery makes use of HTML5, CSS3 and custom data- attributes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

jQuery Mobile is ______ and many developers have built upon the default jQuery mobile offerings.

A

jQuery Mobile is extensible and many developers have built upon the default jQuery mobile offerings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The jQuery Mobile “page” structure is optimized to support either _____ pages, or ____ internal _____ “pages” within a page.

A

The jQuery Mobile “page” structure is optimized to support either single pages, or local internal linked “pages” within a page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

We can have more than one “page” in one html file. This allows us to create ______ (also for external pages), and also cuts down on http requests.

A

We can have more than one “page” in one html file. This allows us to create transitions (also for external pages), and also cuts down on http requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Remember that if jQuery uses _____ (calls external files for data), those files must be on the _____.

A

Remember that if jQuery uses AJAX (calls external files for data), those files must be on the server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Transitions will not work on browsers that don’t provide _____ animations.

A

Transitions will not work on browsers that don’t provide CSS3 animations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Any page can be presented as a _____ _____ by adding the data-rel=”dialog” attribute to the page anchor link.

A

Any page can be presented as a modal dialog by adding the data-rel=”dialog” attribute to the page anchor link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When the “dialog” attribute is applied, the framework adds ______ to add rounded corners, ______ around the page and a dark background to make the “dialog” appear to be suspended above the page.

A

When the “dialog” attribute is applied, the framework adds styles to add rounded corners, margins around the page and a dark background to make the “dialog” appear to be suspended above the page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly