Tamam çok Ive sadece bu Javascript dosyası var:
$(document).ready(function() {
$('.status').prepend("<div class='score_this'>(<a href='#'>score this item</a>)</div>");
$('.score_this').click(function(){
$(this).slideUp();
return false;
});
$('.score a').click(function() {
$(this).parent().parent().parent().addClass('scored');
$.get("/js/Rating.php" + $(this).attr("href") +"&update=true", {}, function(data){
$('.scored').fadeOut("normal",function() {
$(this).html(data);
$(this).fadeIn();
$(this).removeClass('scored');
});
});
return false;
});
});
O /js/Rating.php
, bu dosya olduğunu söylüyor nerede uygulama dışında erişilebilir cant bazı Zend mantık içerdiğinden application/modules/recipes/models
/ Rating.php, bu.