jQuery UI Selectable with ASP.NET

added by ma4ti4
8/1/2011 2:32:16 AM

165 Views

Long lists of checkboxes or multiselect list are not very pleasant to use. jQuery Selectable plugin offers viable alternative. In this post you can check how to get it working with ASP.NET


1 comments

vijayst
8/7/2011 7:49:43 AM
A very good article on how to integrate selectable with asp.net code. I have a question? Can selectable() be used only with a list of items.

I have a requirement where I have an imagemap. As you know map contains area elements. I like to make multiple selections on the map. Is this possible with the selectable API? Or is there any plugin which can do something similar?