如何使用同一行中的按钮从列表视图行中选择项目?

时间:2017-04-04 19:18:54

标签: javascript jquery listview

我尝试使用同一行中的按钮从行中选择值。就像列表中的每一行都有自己的按钮一样。目前,我的应用程序可以显示列表中的所有项目,但它会选择列表视图中的所有项目。我该怎么办?

带有列表的追加按钮的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
 )

1 个答案:

答案 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);