var idlist = $('#table').bootstrapTable('getAllSelections'); for (var i = 0; i < idlist.length; i++) { alert(idlist[i].ID); }