我的问题是我只想在表格中显示一个 id。我将向您展示一个示例:
|--ID1--|--text--|--text--|
|-- --|--text--|--text--| //Still belongs to ID1
|-- --|--text--|--text--| //Still belongs to ID1
|--ID2--|--text--|--text--|
|-- --|--text--|--text--| //Still belongs to ID2
|-- --|--text--|--text--| //Still belongs to ID2
所以我只想显示 ID1 和以下属于这个 ID 的 td。
你有一个想法准备好了吗?
编辑: 你必须想象我从服务器得到一个现成的 html 文件。看起来像这样:http: //jsfiddle.net/Qmr9K/
现在我想显示一个选择,只有红色字段。另一个应该通过 jquery 隐藏。你明白我的意思吗?