Wijmo includes all of the following themes, which you can see in action on http://wijmo.com/demo/themes. You can also use any jQuery UI themes, which you can also see in action in the Themes demo.
Lucid new!
Stafford new!
Link to a theme with markup like this in the <head> section of your page.
Theme Markup |
Copy Code |
---|---|
<!--Theme--> <link href="http://cdn.wijmo.com/themes/stafford/jquery-wijmo.css" rel="stylesheet" type="text/css" /> |
Wijmo includes themes designed especially for mobile applications.
Ocean new!
Link to a mobile theme with markup like this in the <head> section of your page.
Mobile Theme Markup |
Copy Code |
---|---|
<!--Theme--> <link href="http://cdn.wijmo.com/themes/1.4.0/moonlight-mobile/jquery-wijmo.css" rel="stylesheet" type="text/css" /> |