jQuery 教程
jQuery 選擇器
選取所有帶有以 ".org" 結(jié)尾的 href 屬性的 <a> 元素:
[attribute$=value] 選擇器選取每個帶有指定屬性且以指定字符串結(jié)尾的元素。