Questions tagged [msdropdown]

JavaScript image dropdown - Fashioned select; possibility to assign an icon with each option. It works with your existing "select" element or you can create by JSON object

Feature at glance

  • Fully Skin-able
  • Your original dropdown is safe, so your form post will not be messed.
  • Can be created via JSON object.
  • An image and a description can be inserted with text. Each can have an image and description.
  • You may covert all combobox as image combobox, you may convert by id, multiple ids, or by wild card. We'll see that in example.
  • Its possible to repopulate the data. You can also Enabled/Disabled your dropdown. Now with the object control.
  • Almost all events are working.

Image DropDown v3.3 Features

  • Each dropdown can have own properties.
  • W3C Compatible
  • More Organised
  • Keyboard navigation
  • Multiple selection (List)
  • Multiple selection can have checkbox UI
  • Event Chaining
  • Multiple skin on single page
  • CSS sprite for icons.
  • Object Oriented approach
  • Open/Close via object
  • Add/Remove via object
  • Enabled/Disable via object
  • You can set almost all properties via object
  • It's FREE again :)

Dependency: jQuery 1.2.6 or later.

Current version: 3.3

Project site: http://www.marghoobsuleman.com/jquery-image-dropdown

29 questions
3
votes
1 answer

Msdropdown opening only with a "slideDown" animation

The MsDropDown located at: https://github.com/jgb146/ms-Dropdown/blob/master/msdropdown/js/jquery.dd.js only opening with a "slideDown" animation. How I can fix that to open with a slideUp animation? Anyone have a CSS or jQuery tricks? My…
Cesar Augusto Nogueira
  • 1,911
  • 1
  • 14
  • 14
3
votes
5 answers

msDropDown child shown only by 3px on the first click

I've a problem with the msDropDown plugin, It seems to work perfectly but when I click the first time on it, the child box with the options appears only by 3px. Then with a second click, it works fine. I'm using Chrome, Jquery 1.9.1 and msDropDown…
Giorgio.dev
  • 131
  • 2
  • 12
3
votes
2 answers

How to disable autocomplete option in msdropdown

Autocomplete option in new msdropdown version is a cool feature. But for some reasons, I dont that feature in my msdropdown. So how to disable that option? I dont want to edit the msdropdown js file, because I may need that feature in some other…
Arun SS
  • 1,791
  • 8
  • 29
  • 48
2
votes
2 answers

MSDropDown: applying the style on both Drop down and ListBoxes as well

We are using msDropDown plugin to theme drop down control in the page. The plugin was downloaded from www.marghoobsuleman.com We don't have to apply any function in document.ready or anywhere just adding below reference does it's job.
Dhaval Panchal
  • 612
  • 4
  • 12
  • 32
1
vote
0 answers

msdropdown: styling certain options differently from the others?

I am creating the msdropdown from HTML, that is my code is like: .. $("#ex").msDropdown(); I want to have some of the options styled differently from the others (different background…
d.e.
  • 11
  • 2
1
vote
0 answers

How can I configure msdropdown to show the text field input upon open?

I would like to display the very same textarea that shows up when I keydown any alphanumeric character, as a default and not just when they begin typing! The reason being; some don't even know that you're able to type until you do so.
sirouk
  • 11
  • 2
1
vote
3 answers

Codeigniter Form Helper - How to add additional parameters to "select" control?

I need to modify a site that was written in Codeigniter but I'm no expert. One thing I'd like to do is modify a select control in a form to use ms-dropdown for a drop-down list including pictures. However, I can't work out how to make the…
Ambulare
  • 897
  • 3
  • 10
  • 32
1
vote
2 answers

how to disable an option with msdropdown plugin

Is it possible to disable an option after creating a msDropdown plugin? I explain my problem better. I want to put html into each option with icons, text and some other stuff, so first i create an empty select then I add each option with the add…
Guern
  • 1,237
  • 1
  • 12
  • 30
1
vote
3 answers

KnockoutJS with msDropDown

Currently using msDropDown 3.2 to make controls look pretty, however due to the nature of the application being developed, I have looked into using Knockout JS to handle UI-Data Binding. Unfortunately, whenever I change the property on the view…
Chris
  • 416
  • 2
  • 14
0
votes
2 answers

change selected value in msdropdown

I'm trying to use the msDropdown JavaScript plugin (https://github.com/marghoobsuleman/ms-Dropdown) to create html tags that include images. It seems to work good except for if I try to change the selected value using JavaScript. Like in this…
Martin
  • 1,336
  • 4
  • 32
  • 69
0
votes
2 answers

Dropdown change image on selection

and thank you in advance I am working within a custom ecommerce CMS where the values of the option are unique and are needed to carry through the ordering process to define the item.
baxterxc60
  • 57
  • 9
0
votes
1 answer

How to make option selected?

I'm trying to set value for dropdown after some Ajax call. I have tried with below to set option value. oDropdown.set("selectedIndex", 2); Though the value is selected in hidden original select box but not showing on msDropDown select box. Anyone…
1
2