I have this fiddle : http://jsfiddle.net/qc4uje71/16/
A list is created with a checkbox. I want to get the name of checked items on button click.
I have the index of checked items with
alert(i).
How can I get the name of checked item (ie : item0, item1..) ?