<html>
<head><script src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"></script><script>$(document).ready(function(){ $("button").click(function(){ $("li").each(function(){ alert($(this).text()) }); });});</script></head><body><button>Alert the value of each list item</button>
<ul>
<li>Coffee</li><li>Milk</li><li>Soda</li></ul></body>
</html>$(':checkbox').map(function() { return this.id; }).get().join(','); 》》》:"two,four,six,eight"。