i have to implement star rating control for multiple div on a single page. There is a image inside every div and user can rate every image according to his/her choice, also need to show previous total rating of every image. I found many jquery star rating controls over google but non of these are fulfill my conditions. Number of div on page is not fix (its an infinite grid layout structure where user scroll and new data append in most parent div via ajax request). I need a control which works through jquery on 'n' number of items independently.Please suggest me best plugin and logic for this.Please remember i working with asp.net 4.0 + jquery + Ajax and interact with sql server for fetching data.