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
The following worked for me:
$("[id=attached_docs][value=123]")