-
Notifications
You must be signed in to change notification settings - Fork 320
Description
I need to use lot of dynamic access, when the page is loaded already.
F.ex. Changing a combobox value by the user will trigger to reinitialize the content of an other combobox, based on the selected value in the first. Think of it like a category selection. Main category select -> subcategory select..
Further. What i still didn't found is how i can change the selected value with JQuery.
The case is when i select an 'user' in the combobox, other comboboxes like 'address' and 'company' should auto select the associated values.
Im sure the selected option is available (after the combobox is first initialized), but i didn't found how.
So maybe you could update the README files with parameters/values for the options or an example usage for each option. That would help to easy get started.