jQuery add next to (add after) August 30, 2023 by Tarik Use after or insertAfter: $('a').after('text'); $('text').insertAfter('a');