chore(i8n,learn): processed translations
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
15047f2d90
commit
e5c44a3ae5
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: bad87fee1348bd9aed708826
|
||||
title: 使用 jQuery 删除元素
|
||||
title: Remove an Element Using jQuery
|
||||
challengeType: 6
|
||||
forumTopicId: 18262
|
||||
dashedName: remove-an-element-using-jquery
|
||||
@@ -8,15 +8,15 @@ dashedName: remove-an-element-using-jquery
|
||||
|
||||
# --description--
|
||||
|
||||
现在学习用 jQuery 从页面移除 HTML 标签。
|
||||
Now let's remove an HTML element from your page using jQuery.
|
||||
|
||||
jQuery 有一个`.remove()`方法,能完全移除 HTML 标签。
|
||||
jQuery has a function called `.remove()` that will remove an HTML element entirely
|
||||
|
||||
请用`.remove()`方法从页面移除`target4`标签。
|
||||
Remove element `target4` from the page by using the `.remove()` function.
|
||||
|
||||
# --hints--
|
||||
|
||||
用 jQuery 从页面中移除`target4`标签。
|
||||
You should use jQuery to remove your `target4` element from your page.
|
||||
|
||||
```js
|
||||
assert(
|
||||
@@ -24,7 +24,7 @@ assert(
|
||||
);
|
||||
```
|
||||
|
||||
仅用 jQuery 移除该标签。
|
||||
You should only use jQuery to remove this element.
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
||||
Reference in New Issue
Block a user