搜索多个html表

时间:2019-07-01 15:37:07

标签: javascript html

我正尝试使用javascript搜索多个html表,如下所示。除了不需要的表没有被隐藏之外,它工作正常。任何建议将不胜感激。 请检查以下链接中的完整代码-

https://jsfiddle.net/80rsfwcu/

updateName(newName) {
newPerson.firstName = newName;
List<dynamic> newPersonKids = jsonDecode(jsonEncode(widget.person.kids));
newPerson.kids = newPersonKids;
newPerson.kids[1]['Bob'] = 'boy';}

0 个答案:

没有答案