I am using the Chosen jQuery plugin and I have successfully installed it. now i want to get selected or canceled items, here are the docs:
http:
He talks about the change trigger, he sends selectand deselectas parameters, how can I access those?
eg:
$('#days').on('change', function(evt, params) {
}
thanks
source
share