JS&JQuery 常用函数
Posted 雪花凋零
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JS&JQuery 常用函数相关的知识,希望对你有一定的参考价值。
字符串转换为数字
parseInt(string) 、parseFloat()、Number()
参考博客:https://zhidao.baidu.com/question/629898532158572524.html
$(element).empty() 清空内容
$(element).remove() 删除元素
合并属性进行查询 $("[data-toggle=tab][class*=active]").length
以上是关于JS&JQuery 常用函数的主要内容,如果未能解决你的问题,请参考以下文章