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