hi all,
when ever i use dropdown on mobile jquery html page.
it render with following set of div and span
<div class='ui-select'>
<div class='ui-btn ui-shadow ui-btn-corner-all ui-btn-icon-right ui-btn-up-c' data-corners=true data-shadow=true data-iconshadow=true data-wrapperels=span data-icon=arrow-d data-iconpos=right data-theme=c>
<span class='ui-btn-inner ui-btn-corner-all'>
<span class='ui-btn-text'>
<span class='ui-icon ui-icon-arrow-d ui-icon-shadow'> </span>
BUT.......
when i generate them on runtime - they are not coming with above mention styles.......
I even try to hard code them while generation but doesnt work.
please give some idea how to achieve this.
thanks