我使用這個插件問題與選擇harvesthq的jQuery插件
http://harvesthq.github.com/chosen/
,我有當我搜索用空格一些選項的具體問題。 例如我有一個選項,THA是 「安提瓜島Ÿ巴布達」 如果I型:
- 安提瓜島ý巴布達 - >確定
- 安提瓜島ý - >確定
- 巴布達 - >確定
- ÿ - >確定
- Ÿ巴布達 - >失敗
當我開始寫不是第一個字(只有在具有BLAN情況下,只有失敗KS)
正則表達式:
regex = new RegExp(regexAnchor + searchText.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), 'i');
zregex = new RegExp(searchText.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), 'i');
[更改jQuery插件選擇中的搜索行爲]的可能重複(http://stackoverflow.com/questions/9274362/changing-search-behavior-in-jqu插入選擇) – 2014-03-01 10:48:02