Integrating 3rd party code into Yii

Hi,

I’m using a combobox javascript library named Chosen:

http://harvesthq.github.com/chosen/

It requires 3 files: .js, .css and .png and jQuery to work. I’d like to somehow add this to my Yii copy, so that I could simply use it for all my projects when needed, similar to JUICalendar for example.

What would be the best way to do it?

Thanks.

you can try this link

echosen extension

Exactly what I was looking for.

Thanks.