Display order of checked checkboxes next to each checkbox – Jquery
I have list of many checkboxes and I need to display the order of them being checked next to each other. Something like this: [1] checkbox checkbox checkbox [2] checkbox checkbox [3] checkbox Order in which they are being checked…