Jquery_类选择器笔记

 $("[id^=percent]").size()

^=:表示以什么开头

$=:表示以什么结尾

~=:表示包含什么

id:表示按id选择

原文地址:https://www.cnblogs.com/gisblogs/p/5534028.html