I have a table that similar like the one in the attached file. I want to add some javascript for mouseover which means when I move to mouse pointer to an item inside div tag area, it would show a small window within detail of this item, similar like what you see in every shopping sites. So how could I do it in Yii when there are many built-in functions inside?
And also, I used findAll() to get all items detail in the controller and send it to the view. But in the view, I dont know how to use them with javascript.
And also, I used findAll() to get all items detail in the controller and send it to the view. But in the view, I dont know how to use them with javascript.