jQuery根据子类字符长度移动div

时间:2018-01-31 09:19:37

标签: javascript jquery html css twitter-bootstrap

我在移动设备中有一个bootstrap 4列模板我想根据子div字符长度应用FSCollection.on('afterUpload'), function (fileRef) { var url = 'http://localhost:3000/cdn/storage/images/' + fileRef._id + '/original/' + fileRef._id + fileRef.extensionWithDot; } MongoCollection.update({'_id': docId}, { $set: {url: imgUrl }}}) 。我在下面提到了示例代码,如果不清楚,我将简要地发布命令。任何人都帮助我实现这一目标。

clear:both

我尝试过的剧本。

    <div class="col-sm-3 col-xs-6 applyclear">
    <h4 class="tileh4">Rustic</h4>
    <div class="item-wrap">
        <a href="http://mobilegear.my/alphatiles/product_detail/view/YLH6000C">
            <span class="tiadj-img">
                <img src="http://mobilegear.my/alphatiles/assets_user/product/alpha_2018-01-19845.jpg" alt="YLH6000C" class="img-responsive">
            </span>
        </a>
        <h6>YLH6000C</h6>
    </div>
</div>
<div class="col-sm-3 col-xs-6 applyclear">
    <h4 class="tileh4">Rusticabcede Rusticabcede</h4>
    <div class="item-wrap">
        <a href="http://mobilegear.my/alphatiles/product_detail/view/YLH6000C">
            <span class="tiadj-img">
                <img src="http://mobilegear.my/alphatiles/assets_user/product/alpha_2018-01-19845.jpg" alt="YLH6000C" class="img-responsive">
            </span>
        </a>
        <h6>YLH6000C</h6>
    </div>
</div>
<div class="col-sm-3 col-xs-6 applyclear">
    <h4 class="tileh4">Rusticabc</h4>
    <div class="item-wrap">
        <a href="http://mobilegear.my/alphatiles/product_detail/view/YLH6000C">
            <span class="tiadj-img">
                <img src="http://mobilegear.my/alphatiles/assets_user/product/alpha_2018-01-19845.jpg" alt="YLH6000C" class="img-responsive">
            </span>
        </a>
        <h6>YLH6000C</h6>
    </div>
</div>
<div class="col-sm-3 col-xs-6 applyclear">
    <h4 class="tileh4">Rusticabcede</h4>
    <div class="item-wrap">
        <a href="http://mobilegear.my/alphatiles/product_detail/view/YLH6000C">
            <span class="tiadj-img">
                <img src="http://mobilegear.my/alphatiles/assets_user/product/alpha_2018-01-19845.jpg" alt="YLH6000C" class="img-responsive">
            </span>
        </a>
        <h6>YLH6000C</h6>
    </div>
</div>

sample code here

0 个答案:

没有答案