(jquery) How to add text to this post-object (screenshot included)

Marcus

Well-known member
I want to add text to a special post with the postid "post-924077". How can I add html directly within "<blockquote class="messageText ugc baseHtml">"? Thanks a lot!

screenshot.webp

This does not work :(
$('post-924077 messageText ugc baseHTML').prepend('<p>This is the post 924077</p>');
 
Top Bottom