Solution When The Dropdownlist Is Too Long?

I have 2 tables Skill and Job. When create Job, I need choose Skill for this job. The problems is Skill have very long list, more than 40, that makes my dropdownlist looks not interesting. Any ideas to solve this problem when you want to choose item in a very long list? Thank any helps :)

check http://ivaynberg.github.io/select2/

and for yii

http://www.yiiframework.com/extension/select2

It’s awesome, thank a lot :)