jQuery(document).ready(function(){
    jQuery('.star').rating();
    jQuery('.star').rating('readOnly');
   })

