1120

Posted zjboke

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1120相关的知识,希望对你有一定的参考价值。

兄弟元素、子元素查找(点击元素,其他元素样式消失,样式切换)

Parent()   父元素

Siblings()兄弟元素

Find()子元素

$(".mrdz b").click(function(){       $(this).addClass("actives").parent().parent().siblings().find("span").find("b").removeClass("actives");

});

 

数字实现滚动的效果

<span id="num1">1000</span>

<script src="https://cdn.bootcss.com/countup.js/1.9.3/countUp.js"></script>

<script type="text/javascript">

    var options = {

      useEasing: true,

      useGrouping: true,

      separator: ‘,‘,

      decimal: ‘.‘,

        };

    var num1 = new CountUp(‘num1‘, 0, 1000, 0, 2.5, options);

    if (!num1.error) {

      num1.start();

    } else {

      console.error(num1.error);

    }

</script>

//num1:目标元素的ID   

//0:滚动开始的数字

//100:滚动结束的数字

//0,2.5 :

以上是关于1120的主要内容,如果未能解决你的问题,请参考以下文章

radial.o:错误 LNK2001:无法解析的外部符号 lambda_fatal 错误 LNK1120:8 个无法解析的外部,error.failed 退出状态为 1120

题目1120:全排列(回溯法)

AS3 | 1120:未定义属性阶段的访问

BT656与BT1120是由芯片决定的。还是镜头? 分别代表标清与高清吗? 有BT656转换到BT1120的芯片吗

bt1120电平能用2.5吗

PAT甲级1120