How can I add an element after another element? October 17, 2022 by Tarik try using the after() method: $('#bla').after('<div id="space"></div>'); Documentation