SyntaxFix
Write A Post
Hire A Developer
Questions
try using the after() method:
after()
$('#bla').after('<div id="space"></div>');
Documentation