VKMEPR
V2EX  ›  jQuery

jQuery 选择特定尺寸图片问题

  •  
  •   VKMEPR · Aug 9, 2018 · 4992 views
    This topic created in 2846 days ago, the information mentioned may be changed or developed.

    假如网页里有多张不同尺寸大小图片,请问如何选择超过指定宽度大小的图片?目的是忽略小图片。

    1 replies    2018-08-09 22:16:00 +08:00
    VKMEPR
        1
    VKMEPR  
    OP
       Aug 9, 2018
    <pre>$('img').each(function() {
    var x = 1999;
    var w=$(this).width();
    if (w > x) {
    alert($(this).length);
    }
    });</pre>
    测试这样判断,结果不精确,如有个宽度 2000px 图片,设置超过 1999px 提示不生效,1900 或更低则有效,是浏览器兼容问题还是代码有问题呢?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1354 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 17:03 · PVG 01:03 · LAX 10:03 · JFK 13:03
    ♥ Do have faith in what you're doing.