macwizard2
macwizard2
Here's a repro case without the server side info and the html. I'm hoping to have it pre-populate the list with "Chicken", "Sheep,", "Cow", and "Pig" in that order [4,3,2,1],...
I'm hoping to build the order saved [4,3,2,1] instead of [1,2,3,4]. Would this be possible?
Thank you so much for offering to help. The line `$("#fill_messages option[value='" + e + "']").prop('selected', true).trigger('change');` generates the click event, but unfortunately does not add the selected item to...
Yeah, I agree with you, but I can't get `.trigger('click')` to work w/ bsmselect. Once bsmselect is initialized, the only way I can simulate a click is through `.trigger('change')`.
Bsmselect seems to rebuild when the 'change' event is triggered on the original select. Any way to have it rebuild based on the most recently selected items? Any luck finding...
Any luck adding selected options by click? I haven't had any :-(