I am currently utilizing Twitter Bootstrap and Ruby on Rails as the backend for my project.
Despite extensive research, I have been unable to find a solution to my current issue.
Within my web application, I am looking to implement dependent dropdowns (such as selecting a country and then a state). To achieve this, I have utilized the "grouped_collection_select" method. However, the options within the dropdown are dynamically generated and now I am in need of applying styling to these options such as border images, divider images, etc. Is it possible to style these options in such a manner? If not, is there an alternative solution available?
Thank you in advance for any assistance provided!