MVC 3 Jquery DropDownList

Is it possible to attached JQuery to a DropDownList in MVC3 ? I know how to use it with Select , but HTML.DropDownList is different. Such as $(“#ddl_stuff”).val for Select…doesnt work for the Razor Control.

thanks

maybe you have forgotten to add: id=“ddl_stuff” to your <select>