Doing a user "Click" or "Select" on a ListBox by INDEX
Hi. I want jQuery to effectively 'click' a specific <option> inside a <select> but to do so based on the <option>'s INDEX in th <select> rather than it's value or text. I am using a <select> that's a ListBox as opposd to a DropDown (if that matters).
Ideally, I'm hoping that it will really behave like a "click" in that if the item being selected is below the scroll, it will scroll it into view, but that's just a "nice to have."
Help much appreciated!