i basically want to acheive this
$("blockquote p:last-child").addClass('quote-last-child');
in a editor live html,how can i find when a blockquote and p tag inside it, is created i.e event to execute above jquery code to add the class
$("blockquote p:last-child").addClass('quote-last-child');
in a editor live html,how can i find when a blockquote and p tag inside it, is created i.e event to execute above jquery code to add the class