Commit 00ebed1b authored by Devristo's avatar Devristo

Added KnockoutJS data-binding support

Added KnockoutJS support by using a custom 'multiselect' binding handler.

Example:

1. Define select input
-------------------------
<select class="multiSelect" data-bind="multiselect: true,options: Options, selectedOptions: SelectedOptions, optionsValue: $data" multiple="multiple"></select>

1. Initialize Bootstrap-multiselect
-------------------------------------
$(".multiSelect").multiselect();

3 .Apply view model
parent 0bafa7ce
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment