Notice: This site is now in read-only mode and will no longer be updated.
Please visit our new and improved Knowledge Base at https://kb.joget.org/ for the latest content and updates.
I want to populate a Multi Select Box in the form with the data which I am reading through a web service using jQuery's Ajax request. I wonder how to load that data to the Multi Select Box using jQuery. Last time my jQuery code was working with normal Select Box, but now our client needs the Auto-Complete feature. That's why I am trying the Multi Select Box with the Multiple Selection option unchecked.
I want to populate a Multi Select Box in the form with the data which I am reading through a web service using jQuery's Ajax request. I wonder how to load that data to the Multi Select Box using jQuery. Last time my jQuery code was working with normal Select Box, but now our client needs the Auto-Complete feature. That's why I am trying the Multi Select Box with the Multiple Selection option unchecked.