Capitalize Option in JQuery Mobile

slipkot

New Member
I have a JQM page with \[code\]select\[/code\] element:\[code\]<select> ...</select>\[/code\]I tried to capitalize its options with css:\[code\]select{ text-transform: capitalize;}\[/code\]I also added in my css:\[code\]select option{ text-transform: capitalize;}\[/code\]Capitalization works in desktop web browser like Firefox and Chrome but NOT in mobile web browsers like dolphin and also in android webview. How can I make it work in mobile web browsers?
 
Back
Top