Using Jquery Plugins In Yii

hello all

i am relativly new to yii framework or even to PHP.im a ASP.NET developer for the pass 6 years.

Yii is the only reason im willing to shift from asp.net to php.

Now here im pasting some code and i want the expert opinion

i have a jquery Searchable DropDown plugin with a .js file and i have used it in asp.net using




$(document).ready(function() {

	    $("select").searchable();

	});



where select is a dropdownlist

its very simple

but in yii im totally confused

please help me and remember im a newbie :slight_smile:

Thanks