This example demonstrates how you can modify the contents of the select, and how you should
trigger a change() event on the select after you have modified it.
Example 3: Monitoring Changes to the Select
This example demonstrates how you can catch bsmSelect events by attaching a change event to the original select.
In this rough example, we setup our change event to highlight manipulated items with a yellow flash of color.
We also record a history of changes in the right column. View the source of this page for details.
Example 4: Simple Manipulation
In this example, we add a "select all" functionality.
Example 5: bsmSelect specific options
Execizing the features added over asmSelect
Custom effects
Option groups
Setting the title in the configuration
Customize the way list element labels get extracted