jQuery-Selectric
jQuery-Selectric copied to clipboard
jQuery plugin for easy manipulation and customization of HTML selects
When using the `optionsItemBuilder` function and add new tags, click event does not fire on new elements. It happens because `return false;` in this part of the code ``` _this.$li.on({...
First - thank you very much for this insanely well written plugin. I am very satisfied. One issue I encountered when renaming the "pluginName" to a camelCase name, like "mySelect",...
How can we increase the height of the dropdown? Ideally not with CSS as my dropdown is populated with data.
Hello, I modified the plugin locally to fit my needs. Instead of writing every option directly inside the HTML like this : ``` Option 1 Option 2 Option 3 ```...
maybe incomplete :) for [#211](https://github.com/lcdsantos/jQuery-Selectric/issues/211)
i try to set selected values. if is only one, it is work fine, but when i try to set prop selected on more than one, then i get wrong...
This is a bugfix commit. Scrolling with the mouse wheel only works downwards, but not upwards in the open selectric panel. This is because the condition to prevent scrolling up...
Use Tab as select key has 2 problems : 1/ normal select : enter the select, use arrow to select an option, use TAB to go out the option is...
I am using selectric with Plus Theme. After the initialisation the page height is resized to the height of all the select items list. [example](http://storage3.static.itmages.com/i/17/0823/h_1503480970_6976863_1531038db8.png) To fix this you need...
Hey First of all i love your library, pretty cool and working very well so far. I got a small problem. I am using selectric in magento. Works fine in...