How to click one of the elements in a list through javascript to get the dataset – Jquery
I have a set of lists, and each block of the list has a data-id set. I hope to get the data-id of the clicked block when the block is clicked. However, I am not familiar with javascript yet, so…