This code is giving me objecxt.HTMLInputElement in jquery
var values = $('input[name=delete]:checked').each(function(i, selected) {
return $(selected).attr('value');
}).get().join(",");
What is the problem ?
Are you looking for this?