mrRuben

Results 2 comments of mrRuben

I have the exact same issue. I even mailed Yanick (one of the former contributers). He informed me that there used to be a refresh function in a previous version,...

I found the solution. the multiselect has a remoteUrl parameter option. example: $('#id_of_field').multiselect( { remoteUrl: "urlToFile.php" }); the 'urlToFile.php' needs to return data in the folowing format: value1 = option1...