我尝试使用同一行中的按钮从行中选择值。就像列表中的每一行都有自己的按钮一样。目前,我的应用程序可以显示列表中的所有项目,但它会选择列表视图中的所有项目。我该怎么办?
带有列表的追加按钮的Javascript。 #listData是我的listview id。
Array
(
[code] => 200
[response] => Success
[found] =>
[status] =>
)
Array
(
[code] => 200
[response] => Success
[found] =>
[status] =>
)
Array
(
[code] => 200
[response] => Success
[found] => 1
[status] => Approved: Not Printed
)
答案 0 :(得分:1)
为每一行提供单独的ID。
$('#listData')。追加('< li>' + resultset.rows.item(i).name +'<输入type =" image" value =" view" src =" img / view.png" alt =" button" width =" 20" height =" 20" id =" id' + i +'" />< / li>')。列表视图('刷新&#39);