As I delve into building my first jQuery Mobile app using PhoneGap/Cordova, I have encountered some challenges along the way in getting the styling just right, but overall, things are going well.
However, when it comes to working with forms, I hit a roadblock. Is there a way to remove the default disc background of the icon when setting a select element using jQuery? I attempted adding a class of ui-nodisc-icon
to the element, but unfortunately, that did not solve the issue.
I am contemplating creating my own icon implementation using FontAwesome as an alternative solution. Still, I am curious to know if there is a direct method within jQuery Mobile to achieve this.