liugang0503
V2EX  ›  问与答

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

  •  
  •   liugang0503 · Sep 7, 2018 · 1734 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   ·   2421 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 16:10 · PVG 00:10 · LAX 09:10 · JFK 12:10
    ♥ Do have faith in what you're doing.