In Jquery how do you find out the ‘eq’ of an element of what is being clicked? September 18, 2023 by Tarik $('#uploadChoice div').click(function(event) { var index = $(this).index(); });