Software Archive
Read-only legacy content

Jquery mobile

nicolas_r_
Beginner
541 Views

is posible whit the jquery mobile version that use intel xdk change the background color of the list view? other form light or dark?

0 Kudos
4 Replies
Chris_P_Intel
Employee
541 Views

Yes.  Use the jQuery Mobile Theme Roller ( https://themeroller.jquerymobile.com/ ) to define a theme that has the colors you want and then use that.

0 Kudos
Chris_P_Intel
Employee
541 Views

The instructions for leveraging a theme are on the Themeroller site as well as the JQM main site 

Pretty much you just drop the new .css file into place.

0 Kudos
nicolas_r_
Beginner
541 Views

thanks very much i get where to download, but i have a little problem intel xdk use a wire version of jquery mobile <link rel="stylesheet" type="text/css" href="jqm/jquery.mobile-min.css"> is not like the option that are in theme roller and when i copy the line that they suggest and the files nothing change 

0 Kudos
Chris_P_Intel
Employee
541 Views

Make sure you have copied the .css file you got from the theme roller into your project. It should be under the www directory.

And then, ensure the path pointed to by the href goes to your new .css file.   

I haven't used the themeroller, but you will either put its CSS inclusion directly after the normal jquery mobile one, or you will remove the old one.  

0 Kudos
Reply