[Tabs] css on the fly with Ajax content
I am using tabs to display content which I get with an Ajax request. After the request I would like to apply some css rules (coloring div rows, even and odd).
It does not seem to do this cause this is 'live' data and the rule does not get applied.
Any ideas on how to do this?