InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Data-role Attribute Of Div In Jquery Mobile? |
|
Answer» data-role attribute of div in Jquery Mobile generally assigned the following values to start with(However other values are there too): <div data-role="page"></BR> <div data-role="HEADER"></br><div data-role="content"></br> This attribute is used for CREATING styled WIDGET. data-role attribute of div in Jquery Mobile generally assigned the following values to start with(However other values are there too): This attribute is used for creating styled widget. |
|