When one of the divs inside \'uploadChoice\' is clicked, how can I ascertain which one is clicked? Can I return an \'eq\' value somehow?
$('#uploadChoice div').click(function(event) { var index = $(this).index(); });