jquery.select2Buttons
jquery.select2Buttons copied to clipboard
idea : provide boolean to remove first choice
I had a scenario where I had to call your function on a select that was dynamically created. The first choice in the select was "Please choose an option".
I removed that option before calling your function with this: $("#size").find("option").eq(0).remove();
Here is my UI for clothing. Your code is fantastic. Thank you.
Cool control, i am also using it. In my case i ensured that the first option is empty : and then modified the js file to ensure the list items are added if there is a value in the option. see snippet below:
