jQuery(document).ready(function() { // Wait for the document to be ready // Find the div with the specified id and prepend a new child element jQuery('#uid_72eadb67 .block-inner').prepend('
New child element
'); });