I am using Chosen http://harvesthq.github.com/chosen/ to populate a select list.
When a user selects an item from the list, it will then go off (json calls), find all options that relate to that option, remove those from the list and then repopulate the select box using:
$("#contacttribename").trigger("liszt:updated");
unfortunately, this then loses what the user has already selected. Is there a way of dynamically updating the list whilst keeping the users selections?
cheers
Having put a request on the chosen github issues page, they have decided not to add this functionality
https://github.com/harvesthq/chosen/issues/467