Hi Greg,
If I do the following:
newMenu = $("select#menuSelect1").selectBoxIt({theme:"jquerymobile"}).data("selectBoxIt");
the select box appears to have some theming, but it is not the theme I set in the HTML select box code, e.g.:
var selectMenu1 = ''
+ 'Select action' .... etc
In the (index.html) page, I have:
<link rel="stylesheet" href="MadcapMobileThemes3.min.css" type="text/css" />
<link rel="stylesheet" href="jquery.mobile.structure-1.2.0.min.css" type="text/css" />
I would like to be able to use a selected theme from that, e.g. "c" as above; (I actually have a variable there so the user can select a theme..
Any thoughts?
Hi Greg,
If I do the following:
newMenu = $("select#menuSelect1").selectBoxIt({theme:"jquerymobile"}).data("selectBoxIt");
the select box appears to have some theming, but it is not the theme I set in the HTML select box code, e.g.:
var selectMenu1 = '' + 'Select action' .... etc In the (index.html) page, I have: <link rel="stylesheet" href="MadcapMobileThemes3.min.css" type="text/css" /> <link rel="stylesheet" href="jquery.mobile.structure-1.2.0.min.css" type="text/css" /> I would like to be able to use a selected theme from that, e.g. "c" as above; (I actually have a variable there so the user can select a theme.. Any thoughts?