Please help with Yii AJAX MySQL

Hi everyone. Im developing an ecommerce website using yii and have a little bit difficulty.

Im displaying a list of items, and these items have specific criteria.

For example :

Im displaying a T Shirt in my page, then when the customer click the buy button, it will show the size, color, etc.

www.dealkeren.com is the example. When you click the "BUY" button that has the arrow on it, it will show the specific deals.

Does anyone know how to apply that using yii? Or any other suggestion? Thanks

Search in the wiki for ‘ajax’ http://www.yiiframework.com/wiki/

Thanks for the reply Joblo. I ended up using CJuiDialog =)