I need to remove element that have value="123"
. I know that all elements with different values are located into #attached_docs
, but I don't know how to select element with value="123"
.
$('#attached_docs').find ... .remove();
Can you help me?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…