What is wrong with my code?

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

please...anyone...help me with this lesson, i'm stuck here :frowning: https://www.codecademy.com/courses/web-beginner-en-v6phg/0/3?curriculum_id=50a3fad8c7a770b5fd0007a1

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

Oops, try again. It looks like you didn’t insert your <p after the <div with ID #one.

```

$("#one").after(ā€œ

hello!

ā€);
<do not remove the three backticks above>

where is your document.ready?

2 Likes

do i have to use document ready?

silly me…my bad…now its solved…thank you for your quick reply:blush:

yes, always when coding with jquery

no problem, good its solved :slight_smile: