or
data-series-colors:"['yellow','red','green']"
<
div
data-role
=
"view"
data-title
=
"Views"
data-layout
=
"main-default"
>
<
a
href
=
"page2.html" id="broken"
>Remote View</
a
>
<
ul
data-role
=
"listview"
data-style
=
"inset"
data-type
=
"group"
>
<
li
>Sources
<
ul
>
<
li
><
a
href
=
"#secondview"
>Local View</
a
></
li
>
<
li
><
a
href
=
"page2.html" id="works"
>Remote View</
a
></
li
>
</
ul
>
</
li
>
</
ul
>
<
ul
data-role
=
"listview"
data-style
=
"inset"
data-type
=
"group"
>
<
li
>Types
<
ul
>
<
li
><
a
href
=
"#stretchview"
>Stretched View</
a
></
li
>
</
ul
>
</
li
>
</
ul
>
</
div
>
change: function (e) {
if (this.select() < 0) {
//do something here
}
}