[attribute$=value]
jquery 选择器
选取所有带有以 ".org" 结尾的 href 属性的
[attribute$=value] 选择器选取每个带有指定属性且以指定字符串结尾的元素。
$("[attribute$='value']")