See jQuery.Rule, by Ariel Flesler: http://flesler.blogspot.com/2007/11/jqueryrule.html
- Richard On Fri, Aug 14, 2009 at 6:17 AM, Lyle <webmas...@cosmicperl.com> wrote: > > Hi, > I need to be able to get the css attributes that a particular class > defines. Such that if I have a class called "SomeClass" I want to see > if it defines the attribute "position". I've tried using .css on an > element that has the class, but of course that picks up the defaults > and any inheritance. > > > Thanks in advance > > Lyle >