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
0
votes
1 answer

What is the best way to add option to a dropdown list generated with plugin msDropdown?

I am using jQuery plugin msDropdown for displaying dopdown-lists with images. I try to dynamically add an option and to refresh a msDropdown dropdown list , I tried dropdown.add(json_row); dropdown.refresh(); dropdown.set("selectedIndex",…
Pipo
  • 5,170
  • 7
  • 33
  • 66
0
votes
1 answer

jQuery .click() event not firing on msDropDown elements

I'm having some trouble implementing some simple jQuery in a page being created on an Adobe Business Catalyst site. I've included the relevant HTML below:
0
votes
1 answer

msdropdown - Load second dropdown based on first

I have tried the following code to load second drop down based on first drop down and it works fine. But the second drop down not clearing its content while I am selecting first drop down second time. It is appending values. Also the value of option…
lambypie
  • 471
  • 1
  • 12
  • 35
0
votes
3 answers

msDropDown Delete all options

Please let me know how can I remove/clear all options from msDropDown. I have tried the below code and its not working fine. oHandler2 = $("#main").msDropDown().data("dd"); oHandler2.remove(); Thanks in Advance. Lampy
lambypie
  • 471
  • 1
  • 12
  • 35
0
votes
2 answers

jQuery msDropdown ie9 issues

I'm developing a website in asp.net, and I use the msDropdown-master jQuery to modify an turn a dropdownlist "more beautiful", placing images in the options and so on. But using this control, I have a real problem because it doesn't work fine in IE9…
0
votes
2 answers

Jquery msDropdown displaying different selected value

Is it possible to display a different value in the selected field shown rather than the actual value displayed in the dropdown? eg: I have a list of countries: FLAG | Country Name | Country International Code. When I select the desired country from…
Kros
  • 848
  • 1
  • 10
  • 24
0
votes
1 answer

how to render properly all drop down list with jquery function in asp.net 3.5

i just made one user control with Drop Down list. here i'm using msdropdownlist for binding images with it. now i just want to when page load then all Drop Down list renders with msdropdownlist one of jquery function. I know this one can made with…
Shalin Gajjar
  • 229
  • 1
  • 5
  • 15
0
votes
2 answers

Jquery Validation messages not clearing on msdropdown change

I have a form with two select boxes. First one is styled using msdropdown. I am validating the form using jquery validation(required). When I submit the form that two select boxes will be validate and error messages is showing. Thats fine. But my…
Arun SS
  • 1,791
  • 8
  • 29
  • 48
0
votes
1 answer

ms-dropdown Selectbox integrated with ADD/REMOVE TR table select box didn't Work,

I have a problem with my select box. and i use ms-dropdown https://github.com/marghoobsuleman/ms-Dropdown and integrate it with my ADD/REMOVE table row. Here's the whole jquery script. $(document).ready(function() { var id = 0; …
user2593560
  • 162
  • 1
  • 1
  • 11
0
votes
4 answers

onchange not working for select created using dd

I have created an select box using dd: Inside (document).ready I added the following…
sree
  • 868
  • 2
  • 12
  • 35
0
votes
1 answer

Ms dropdown should load instantly and not show select box hard coding before load

Im using MSdropdown and got everything working, cookies and all! However when i load site it takes a few secounds for msdropdown box to load up, and while its loading shows the select option box before it appears fully loaded. Please can you look…
0
votes
2 answers

How to update a msDropDown List via JSON?

I've a Page with 2 msDropDowns. After changing the value of the first list, I want to load the JSON Data for der 2nd list und alter the data. $.ajax({ url: "http://foo.bar/data.json", type: "POST", data: { article: produkt, …
patri
  • 3
  • 1
  • 4
0
votes
1 answer

Empty space appended while using msdropdown (in Chrome Browser)

I used msdropdown with my web app, i noticed that it created a empty space with a long-scroll at the bottom. Once i removed the drop-down, no issue. so i'm sure its form msdropdown. any help on this,,, In there demo itself it shows the long scroll.…
Parthi04
  • 1,121
  • 4
  • 21
  • 39
0
votes
1 answer

How display Image using value from database in case of ms-Dropdown

I am using msDropdown for my image drop down menu. Each time user select an image, it will insert to database a value. Now I want when this page load, the drop down menu will populate the image selected base on the value currently store in database.…
user1314404
  • 1,253
  • 3
  • 22
  • 51
1
2