dongpu9852 2015-08-05 06:43
浏览 127
已采纳

使用jquery调整动态生成id的html对象

There are many images in the page and I have the following php code in which the id of the images are generated dynamically

echo '<input type="hidden" value='.$count.'';
    for($i = 1; $i <= $count; $i++) {
        echo '<input type="image" src= "image.png" id=img'.($i).'';
    }

Now, I have to resize these images one by one when they are double clicked. The code for that is as below

$function(){
    var c= document.getElementById('count').value;
    for(i = 1; i <= c; i++) {
        $('#V' + i).dblclick( function() {
            alert("Proceed with resizing");
            $('#V' + i).resizable();
        }
    });

With the above code,if the count is say 2 then it is showing alert twice but resizing one i.e the first one and the other one is not getting resized.

  • 写回答

2条回答 默认 最新

  • dousao6313 2015-08-05 06:55
    关注

    You can try something like this (you need jQuery for it)

    $( 'input[type=image]' ).dblclick(function() {
        alert("Proceed with resizing");
        $(this).resizable();
    });
    

    This will target only element you are clicking on. You don't need to loop over all elements, the dblclick is an event, that is handled only when you are using it

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料