I am wondering how I would be able to modify an existing style that is applied to the hover state of an element via jQuery.
For example:
.button { color:red; }
.button:hover { color:blue; }
I would like to apply the style font-size:14px; to .button:hover. The value of font-size will vary depending on which other elements on the page the user has interacted with previously.