I am using a multiple selection drop-down list in my site.This is working properly and we can select more than one options from that list.But I want select only 3 options from that list.Is it possible to set limit for that??
I am using the code from http://www.aleixcortadellas.com/main/2009/03/20/492/
use jQuery and following click function, it will help
Edit: use
.prop()instead of.removeAttr(),.removeAttr()is deprecated in newest jQuery libraries