Saved Bookmarks
| 1. |
Explain “empty” Method In Jquery? |
|
Answer» Empty method is generally used to REMOVE the child elements and the text associated to the elements. For EXAMPLE: Hi, A4 Academics.In the above SCENARIO nothing will be shown in UI as all the child controls and text will be removed. Empty method is generally used to remove the child elements and the text associated to the elements. For example: In the above scenario nothing will be shown in UI as all the child controls and text will be removed. |
|