Custom-Selectbox icon indicating copy to clipboard operation
Custom-Selectbox copied to clipboard

Select box UI replacement

Results 12 Custom-Selectbox issues
Sort by recently updated
recently updated
newest added

Updated jquery, and replaced live with on. Added functionality to close dropdown when already visible.

Example: when we have two items in the combo having same text like: - Safari - African Safari When the user selects the _Safari_ item in combo, when the combo...

Added window resize function to resize all dropdowns.

Option text that includes HTML entities (`&` and friends) appeared in the pulldown as raw HTML (`&`) instead of a rendered entity (`&`). This change allows HTML entities to appear...

Change event should not be fired on init or if value hasn't changed. Additionally the change event should only be fired at the end of a change (when dropdown gets...

.live() is a deprecated function (from 1.7+) and removed completely from jQuery 1.9+. You can instead use .on() or .bind() methods: http://api.jquery.com/on/ http://api.jquery.com/bind/

I've noticed an annoying bug with this great script. I'm using a regular layout (container, content div) and if I insert an image tag in HTML, above the FORM html...

I have 3 options in my select... First one has no link... Second and third has different links... But using onchange="location.href = this.value;" at tag... Things just got crazy... I...

Showing error for the following drop down <select name="data[Album][album_date][day]" class="sparkbox-custom"> <option value="">DD</option> <option value="01">1</option> <option value="02">2</option> </select> If the key is 1, 2 it is working... Otherwise it is showing...

Gang - good work on this plugin, however there are some very fatal flaws that are preventing me from using it. I hope my etiquette is proper here, as I've...