Image-Select icon indicating copy to clipboard operation
Image-Select copied to clipboard

Image Select is an extension of Chosen, a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. It provides image support for Single and Multi select HTML tags.

Results 10 Image-Select issues
Sort by recently updated
recently updated
newest added

I'm getting an error on the console and images not loading The error in console is: **Uncaught ReferenceError: text is not defined** Once I declare it as a variable everything...

In fact I use the attribute "data-img-src" and I assign to it the source path of the image, but it does not take it and the image does not appear...

The Web Component is splendid... except that it lacks support for the sort functionality. Say, if I choose 3 options from the drop-down list which turn out to be: A,...

Could you accept the possibility that in the data-img-src parameter you can put an image in base64?

Used along with Blueimp/Fileupload. **Code:** ``` callbacks: { ajaxContentAdded:function () { setTimeout(function () { imageDropdown(); },500); } } function imageDropdown() { $(".imagesListDropdown").chosen(); } ``` **HTML part:** ``` // populated with...

If you go to http://testing.mcresourcecalculator.info/ and choose "Minecraft Forge" in the first drop down, then enter 'Water' into the search box of the second drop-down, the water icon disappears until...

If you upgrade Chosen to the latest release (v1.8.2 at the time of this writing), Image Select no longer underlines the part of the options text that was matched by...

Select: ` Seleccione... ` Create a .js file with the following code: ` (function ($) { $.get("/SigaBrokers.xml", function (Broker) { $(Broker).find("BD").each(function () { var ID = $(this).attr('ID'); var nombre =...

Hello, I've loaded all the scripts and css files, but the select combobox is still works as normal... What can I do?