liugang0503
V2EX  ›  问与答

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

  •  
  •   liugang0503 · Sep 7, 2018 · 1735 views
    This topic created in 2845 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   ·   912 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 41ms · UTC 20:12 · PVG 04:12 · LAX 13:12 · JFK 16:12
    ♥ Do have faith in what you're doing.