/** * SiretProgram * * @author IXYCOM * @copyright 2012-2015 IXYCOM * @license You are just allowed to modify this copy for your own use. You must not redistribute it. License is permitted for one Prestashop instance only but you can install it on your test instances. */ $(document).ready(function() { $('div#stop_rating p.stop a').click(function() { $('div#stop_rating').hide(500); $.ajax({type : "GET", url : window.location+'&stop_rating=1' }); return false; }); });