How can i get the :hover in css stylesheet on the fly with jquery?
stupid example:
a.foo { color: red; font-size: 11px; } a.foo:hover {
Take a look at Extra selectors for jQuery.
Also, you can use the hover event, depending on what you want to achieve. See: jQuery hover and class selector.
hover