Computer Science, asked by calypsovaldez46, 9 months ago

Assume '#name' is the id of a text input field in a web page and you have written a jQuery code in the click event of a button as : $("#name").remove();

This will remove the text field when you click on the button . State whether true or false.

Select one:
a. True
b. False

Answers

Answered by prasadkolhatkar17
12

Answer:

Yes, Answer is a. True

Explanation:

Answered by theresamary4866
4

Answer:

True

Explanation:

This will remove the text field when you click on the button.

Similar questions