Set combobox value programmatically: CLOSED MobiOne Archive > Getting Help – General This topic has 2 replies, 2 voices, and was last updated 10 years, 2 months ago by pratiti. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 19, 2014 at 1:22 am #351613 Reply pratitiMember Hello, How can I set Combo Box value through custom JS file? September 19, 2014 at 4:18 pm #351631 Reply Code_AMember Try this (index being the number of the item you want to select): $('select[name="combobox1"] option:eq(index)').attr('selected','selected') September 19, 2014 at 10:43 pm #351637 Reply pratitiMember Thanks, it worked 🙂 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) Reply To: Set combobox value programmatically: CLOSED You must be logged in to post in the forum log in