私はこの1つのレベルの木のような状況があります。 <select ng-model="tipost"
ng-options="tip.DESC group by tip.TIPIS for tip in tipall"><br>
</select>
JSONは次のとおりです。 [
{"ID":"1", "IDPARENT":"0", "TIPIS":"", "DESC"
javascriptを使用して親タグのIDを取得したいと考えています。この例では、テキスト "parentoverflow"の親IDは "sofsite"であり、 "this"の親IDは "sofbody"です。 <body id = 'sofbody'>
This is <a href = "www.stackoverflow.com" id = "sofsite">stackove
私のリストは、このように構成されています public class Custo{
public int id { get; set; }
public int idParent { get; set; }
public decimal amount{ get; set; }
public decimal unitaryValue{ get; set;