Before I continue: While I am familiar with the jQuery.css() function, it unfortunately does not work in my particular case. Allow me to elaborate.
Currently, I have a jQuery color picker set up to change the highlighting on a website. My goal is to utilize that color picker to change the border of an element that is only visible when hovered over.
Unfortunately, the jQuery.css() function only applies CSS to elements it can find and does not affect the :hover CSS attribute.
I attempted to add a CSS class that I could toggle upon hover, but encountered the same issue: I was unable to change only the hover value.
I'm confident there must be a solution out there, but after scouring StackOverflow and Google for nearly an hour, I am starting to feel like I relate to xkcd #627.