liugang0503
V2EX  ›  问与答

sweetalert 提示窗口一闪而过关闭的问题

  •  
  •   liugang0503 · Sep 7, 2018 · 1737 views
    This topic created in 2847 days ago, the information mentioned may be changed or developed.

    用 sweetalert 做弹出框提示,页面中添加了 enter 键触发查询按钮的事件。页面中按下 enter 键后,弹出框闪一下就关闭了,如何阻止事件的传播呢? js 方法如下: $(document).keydown(function (event) { if (event.keyCode == 13) { $('#query').triggerHandler('click'); } });

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1026 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 86ms · UTC 22:53 · PVG 06:53 · LAX 15:53 · JFK 18:53
    ♥ Do have faith in what you're doing.