【发布时间】:2011-09-26 19:58:58
【问题描述】:
MsDropDown 位于:https://github.com/jgb146/ms-Dropdown/blob/master/msdropdown/js/jquery.dd.js 仅以“slideDown”动画打开。
如何解决这个问题以使用上滑动画打开?
谁有 CSS 或 jQuery 技巧?
我的例子:
<div>
<html:select property="genericLayoutForm.chart" style="width:300px; height:82px" styleClass="mydds" styleId="chart">
<html:optionsCollection styleClass="mydd" property="genericLayoutForm.charts" />
</html:select>
</div>
有人有解决方案吗?也许 MsDropDown 的创建者可以创建一些新的参数供用户使用,例如:slideUpAnimation 或 slideDownAnimation。
非常感谢!
【问题讨论】:
-
运气好了吗?
标签: jquery animation web slideup msdropdown