Widgets And ajax loading

Hello all,

I am using CStar rating widget in CListview.

When a new content is loaded in listview by ajax star rating plug-in stops working.It works perfectly for first page.

I am not getting what is problem with it ?

If anyone have idea please help and thanks in advance.

When you first load your page, you have the plugin attached to your document element, but any next call via ajax, will bring up elements that don’t have the plugin attached, so you’ll have to manually do this.