liugang0503
V2EX  ›  问与答

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

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