0
Remove elements
Can someone help me with this? Fill in the blanks to remove all siblings of the element with id =âtxtâ. $(â***txtâ).*****().*****(); The stars represent the space for answers but not the exact number of characters needed.
1 Answer
+ 1
$("#txtâ).siblings().remove();