Actions
Bug #8191
closedImprove cbSelect jQuery so it can't bind to select2 element
Description
Currently if you call cbselect jQuery to bind to an element and then you call it again from another unrelated plugin because of the CSS class copy behavior it binds yet again cbselect except it does so to the select2 element. This can be avoid if the selector is prefixed with "select" (e.g. select.MyClass), but cbselect should just be smart enough to not do this (just make sure the element it's binding to isn't a select2 already).
Actions