gpt4 book ai didi

JQuery 环岛 - 每次环岛完成移动时获取所选
  • 的 ID
  • 转载 作者:行者123 更新时间:2023-12-01 03:01:13 25 4
    gpt4 key购买 nike

    我使用的 JQ 环形交叉口插件来自:

    http://fredhq.com/projects/roundabout/

    已设置并运行 - 但正在努力让可 Hook 事件之一运行。任何演示都没有真正的语法示例,因此这可能只是我的愚蠢。

    我按如下方式启动环岛:

    <script>
    $(document).ready(function() {

    $('#productRoundel').roundabout(
    {
    shape: 'tearDrop',
    focusBearing: '5.0'
    });

    $("#productRoundel").roundabout.animationEnd(function() {

    alert("hello");

    });

    });
    </script>

    谁能告诉我正确的语法,以便在动画完成后触发事件,以便我可以获得当前幻灯片的 ID?

    谢谢,史蒂夫

    最佳答案

    免责声明:我尚未测试或使用此插件,但您应该能够绑定(bind)到事件来监听它。

    <script>
    $(document).ready(function() {

    $('#productRoundel').roundabout(
    {
    shape: 'tearDrop',
    focusBearing: '5.0'
    });

    $("#productRoundel").bind( 'animationEnd', function() {

    alert("hello");

    });

    });

    关于JQuery 环岛 - 每次环岛完成移动时获取所选 <lI> 的 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9101609/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com