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:
Chinmay Kunkikar
2021-04-14 02:46:48 +05:30
committed by GitHub
parent 193a5539dc
commit 50db7c557a

View File

@ -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--