In: Computer Science
Which of the following statements is correct?
a. |
When you define more than one page (view) in a jQuery Mobile powered HTML document, you distinguish between them by giving each div with data_role of page a unique name. |
|
b. |
When having more than one page in a jQuery Mobile powered HTML document, they all must share the same header and footer divs. |
|
c. |
The property data-role="list-dividers" adds list dividers within a jQuery Mobile (un)ordered list. |
|
d. |
A jQuery Mobile allows you to add icons to buttons and hyperlinks. |
c) The property data-role="list-dividers" adds list dividers within a jQuery Mobile (un)ordered list
is correct because
a) is wrong because we need to give each page unique id not unique name
b) is wrong because each page can have its own header and footer
d) is wrong because we cannot give icons to hyperlinks
c) is correct as data-role="list-dividers" add list dividers to ordered or unordered list