Msdropdown 仅使用“slideDown”打开动画片

发布于 2024-12-07 04:53:51 字数 686 浏览 1 评论 0原文

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。

多谢!

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 example:

<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>

Does someone have a solution for it? Maybe the creator of MsDropDown could create some new parameters to enable users to use, for example: slideUpAnimation or slideDownAnimation.

Thanks a lot!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南烟 2024-12-14 04:53:51
var oDropdown = $("#dropdownId").msDropdown(openDirection:alwaysUp ).data("dd");
var oDropdown = $("#dropdownId").msDropdown(openDirection:alwaysUp ).data("dd");
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文