Manas Mohapatra
How many ways to remove child nodes in jQuery?
By Manas Mohapatra in JQuery on Aug 18 2015
  • Bidyasagar Mishra
    Jul, 2019 12

    $(“#tblRow”).empty();

    • 0
  • Munesh Sharma
    May, 2016 4

    https://api.jquery.com/remove/

    • 0
  • Manas Mohapatra
    Aug, 2015 18

    Child nodes can be remove in following ways:1. Using Empty() - It removes all child nodes of selected element. $("#divTest").empty();2. Using Html() - It also another way to remove child nodes in jQuery.$("#divTest").html('');

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS