bselect
bselect copied to clipboard
DEPRECATED - The select decorator component that was missing for Twitter Bootstrap.
Hi, Is there a way to update the select after dynamically inserting new options? ``` // I create a new option and insert it in the select jQuery("#jform_user_id").append(jQuery("").text(data.user.name+' '+data.user.surname).attr("value", data.user.id));...
rtl support
i know it is ok to set the option select when the select is render first. so how to set value when you bselect is render?
Add a `data` setting, so the options will not be read from the select ``s.
I would like to know how can i set a value to the dropdown from a javascript function?
Hi! I used your plugin bSelect. Is written very good. Has good makrup and working good, but i have question. You can add text-decoration: underline, when someone writing something. Something...
Thats actually not an issue, but I have been working on support for bootstrap 3. https://github.com/derflocki/bselect/tree/bootstrap-v3
Hi, I´m using bselect in a dropdownlist + asp.net and when I put autopostback = true the page never stop loading, so I can not display the dropdownlist. asp:DropDownList runat="server"...
CSS enhancements should be done when building bselect. The goal is to eliminate cases where a selector has 2 properties of the same type, for example: ``` css .bselect {...