jquery-selectBox
jquery-selectBox copied to clipboard
A jQuery plugin for replacing <select> elements.
Added an input to allow type search, in selectbox dropdown with scroll. Added a resize list function for dropdowns displayed on top of select. Added input event to capture typed...
Hi, first of all great job on this jquery plugin. Love it! I've been trying to dynamically add options to the select but without success. I tried refresh and destroy/recreate...
Looks like there's no NPM module option... that would be nice.
Not trimming the option value caused issues for me as there are hidden spaces around. Small fix with major impact :-)
As pointed out by @akurfuerst and @Seoptics (see https://github.com/marcj/jquery-selectBox/issues/180), andSelf() is removed in jquery 3, see https://jquery.com/upgrade-guide/3.0/#breaking-change-andself-removed-use-addback
with jquery 3.1.1, console says: TypeError: a(...).parents(...).andSelf is not a function
Hi, I'm facing an issue in select box, drop down items is not shown, related to z-index. scenario is given below, 1. select box is placed in jquery UI dialog....
This pull request is a continuation of this pull request https://github.com/marcj/jquery-selectBox/pull/150 Seems if the selectbox is disabled and then destroyed, if the selectbox is not enabled and you want to...