List of items in a listbox populated using jquery.
I click the first item and it's selected. I shift clicked the 3rd item and now items 1-3 are selected. Shift clicking the 6th item only selects 3-6th instead of 1st-6th as you would expect.
Any idea how to fix something like this? :)
Turns out it WAS a logic error on my side. Took me awhile to find the code. :P