douhui5529 2013-01-31 19:33 采纳率: 100%
浏览 310

默认情况下,Jquery Multiselect下拉列表保持打开状态

Is the a way to have the Jquery multiselect dropdown open by default and remain open all the time, could not able to figure it out where to change the settings, help would be greatly appreciated. I'm using this plugin http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/.

Thanks in advance.

Van

  • 写回答

2条回答 默认 最新

  • duanquannan0593 2013-01-31 19:35
    关注

    the plugin has a 'auto open' option.

    A boolean value denoting whether or not to automatically open the menu when the widget is initialized.

    $("#multiselect-demo").multiselect({
        selectedText: "# of # selected",
        autoOpen: true,
        close: function(event, ui) {
            $("#multiselect-demo").multiselect("open");
        }
    });
    
    评论

报告相同问题?

悬赏问题

  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作