Warning: This plugin has't been updated in over 55 years. It may no longer be maintained.
What you can do to help:
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>
<option value="mac" title="http://mydomain.com/mac.png">Mac</option>
<option value="win" title="htp://mydomain.com/win.png">Windows</option>
</select>
View bman's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.