Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery 将 gridview 的选定数据发布到服务器上以便使用 jquery 插入,但我只得到一列(即 id),但我想要选定行的所有字段值。所以为此我该怎么办?
好吧,给你的整行一个 css 类很容易。只需给该行一个实际上不会改变任何样式的 css 类。然后,使用 jquery 选择器获取所有输入:
$(".yourClass input")