You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS Rule function is a jQuery helper function to add CSS rules to a page. The first argument is the CSS selector, which can be provided as a string or an array of selector strings. The second argument is the rule set, which can be provided as a string or an object. Note that jQuery CSS properties that replace a hyphen with camelCase are not supported.
Based on code at: http://jsfiddle.net/doktormolle/ubDDd/