I have a div with paragraphs inside:
... ...
...
I want dynamically to apply
Using CSS:
div p {your style goes here}
jquery:
$('div p').css('property', 'value');