Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的生活,我无法弄清楚为什么这不起作用。请参考jsfiddle:http: //jsfiddle.net/4YEU2/
这是文档和示例:http ://harvesthq.github.com/chosen/
有任何想法吗?谢谢。
你少了一个美元!!!
$(document).ready(function() { **$**(".chzn-select").chosen(); // Missing $ at the beginning of the line in your jsfiddle });