jQuery 教程
jQuery 選擇器
選取所有帶有包含字符串 "nation" 的 name 屬性的 <input> 元素:
[attribute*=value] 選擇器選取每個帶有指定屬性且值包含指定字符串的元素。