liugang0503
V2EX  ›  问与答

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

  •  
  •   liugang0503 · Sep 7, 2018 · 1745 views
    This topic created in 2852 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   ·   5744 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 03:21 · PVG 11:21 · LAX 20:21 · JFK 23:21
    ♥ Do have faith in what you're doing.