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
value=\"123\"
#attached_docs
$('#attached_docs [value="123"]').find ... .remove();
it should do your need however, you cannot duplicate id! remember it