fix(curriculum): specify id attribute in the instructions (#41716)
* fix(curriculum): specify id attribute in the instructions * Update curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.md Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com> Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
This commit is contained in:
@ -12,7 +12,7 @@ Now let's remove an HTML element from your page using jQuery.
|
|||||||
|
|
||||||
jQuery has a function called `.remove()` that will remove an HTML element entirely
|
jQuery has a function called `.remove()` that will remove an HTML element entirely
|
||||||
|
|
||||||
Remove element `target4` from the page by using the `.remove()` function.
|
Remove the `#target4` element from the page by using the `.remove()` function.
|
||||||
|
|
||||||
# --hints--
|
# --hints--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user