[jQuery] Separate elements

[jQuery] Separate elements


Hello,
I am trying to create a plugin that applies something to elements
given their CSS class.
However, I need to distinguish between the elements that are enabled
and the elements which has the property disabled = 'disabled' ...
I need this because what I apply is different dependent of being
enabled and disabled.
Thanks,
Miguel