NMultiSelect 1.5.4
July 14, 2011 in ASP.NET MVC, CSS, Javascript, jQuery, NMultiselect, PHP, Web, XHTML by Nick Frederiksen
Just a service update.
I think I was way to fast in releasing the 1.5.3-version. It was extremely buggy, had a few bugs and didn’t live up to the standards I think a release from me should meet. So therefore, forget the 1.5.3 (throw it away and never look back!) and get the latest NMultiSelect 1.5.4 instead. It is much more stable and nice than previous versions.
You can download NMultiSelect 1.5.4 here.
Or see it live here.
As always, comments are welcome!
Hi Nick,
I need some help from you. I’ve use your NMultiSelect for my internal system.
Everything is working fine.
But now, i need to automatically save the selected data every each time i clicked Add/AddAll.
Need know how to do that with you library or the trick to do that.
Thanks in advance
Hi Kimi,
At the moment, I have no event for just Add/Add All, but I have an event called SelectionChanged.
This event is implemented like so (In 1.5.4):
myNMultiSelect.SelectionChanged(function (data) {
// To get the current selection:
data.Selection;
// To get all items:
data.Items;
});
Hope it helps.
Nick,
Thanks, it’s solve my problem. Thanks a lots for this plugin. It’s very cool…
Thanks a lots Nick
Cheerss