jQuery - Remove specific child in element with .slice()

0 votes
166 views
added Jul 12, 2019 in jQuery by LC Marshal Captain (25,790 points)
$('#sidebar-right').find('div').slice(2, 4).remove();

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...