Created
April 22, 2012 17:59
-
-
Save lou/2465720 to your computer and use it in GitHub Desktop.
multiselect usage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#countries').multiSelect({ | |
afterSelect: function(value, text){}, // Function to call after one item is selected | |
afterDeselect: function(value, text){}, // Function to call after one item is deselected | |
selectableHeader: null, // Text or HTML to display on the selectable container | |
selectedHeader: null, // Text or HTML to display on the selected container | |
disabledClass: 'disabled' // CSS class for disabled items | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment