Friday, July 28, 2017

How many jQUERY methods?

There are mainly two jQuery methods:
  • remove() - Removes the selected element (and its child elements)
  • empty() - Removes the child elements from the selected element