input[name^=AttachmentFile]中「^」的做用

表示name的值是以???開頭的元素 好比$("input[name^='hi']")就會選擇如下的元素
<input type ="text" name ="hiworld" / >.

相似的還有
$ 結尾
* 包含
! 不等於spa

相關文章
相關標籤/搜索