I need to know how to change the selected value colori n select box in jQuery Mobile in iPad? Currently, it’s ok in native Safari browser. When I render it in iPad Safari browser, it doesn’t work.
Please check the following Image. I want to change different color to “Pink NRIC” when selected instead of white color.

Now I know how to change the color of selected combo in jQueryMobile. Here is the solution.
The first part is I need to add new class name for active select box in stylesheet.
After that, I need to declare above class name in jQueryMobile javascript file.
We need to add following coding after this “activeBtnClass: “ui-btn-active”,”
Final part is we need to change existing coding in line 3491.
Change jQueryMobile Select Box active style color in iPad safari