msdropdown library

Warning: This plugin has't been updated in over 55 years. It may no longer be maintained.

What you can do to help:

msdropdown is a jquery library to provide icons on drop down menus.

by bman
Last updated

As the mood plugin and the access_privacity plugin use this library and both contain the outdated version, I am releasing this as a dependency before I release a new version of the mood plugin.

This is strictly a library and provides no functionality on its own.

jslib:
// MSDropDown - jquery.dd.js
// author: Marghoob Suleman - http://www.marghoobsuleman.com/
// Date: 10 Nov, 2012
// Version: 3.3
// Revision: 22
// web: www.marghoobsuleman.com
// msDropDown is free jQuery Plugin: you can redistribute it and/or modify
// it under the terms of the either the MIT License or the Gnu General Public License (GPL) Version 2
Usage:

On the page you intend to show the dropdown on you need this:

<script language="javascript">

$(document).ready(function(e) { $("body select").msDropDown(); });

</script>

<select name="body">

<option value="linux" title="http://mydomain.com/linux.png">Linux</option&gt;

<option value="mac" title="http://mydomain.com/mac.png">Mac</option&gt;

<option value="win" title="htp://mydomain.com/win.png">Windows</option&gt;

</select>

 

Stats

  • Category: Third Party integrations
  • License: GNU General Public License (GPL) version 2
  • Updated: 1970-1-1
  • Downloads: 758
  • Recommendations: 0

Other Projects

View bman's plugins