1

I want to get the list of all stylesheet rules that is affecting the current element. Something like what firebug or native inspect element does.

Kshitiz
  • 2,852
  • 5
  • 32
  • 41
  • 4
    take a look at this question: http://stackoverflow.com/questions/754607/can-jquery-get-all-css-styles-associated-with-an-element – Sergio Mar 19 '13 at 06:54
  • Hey Sergio, the link which u gave lists all the css styles.. I am looking for Matched CSS Rules which are affecting the current style – Kshitiz Mar 19 '13 at 09:08
  • Hey @Floradu88 , as for what I have tried so far... I think I was searching for the wrong thing.. I should have been searching for Matched CSS Rules ... I found this library http://www.brothercake.com/site/resources/scripts/cssutilities/ that would work for perfectly in my scenario.. – Kshitiz Mar 19 '13 at 09:11

1 Answers1

0

brothercake.com/site/resources/scripts/cssutilities

Kshitiz
  • 2,852
  • 5
  • 32
  • 41