// Add class to opened notifications

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9800 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-02 14:49:34 +00:00
parent 677f758c0d
commit 8116a85ea7
+4
View File
@@ -111,6 +111,10 @@ $(document).ready(function()
var type = new Array();
$(".notifs").live("click", function(){
// Add class "open_notifs" to the clicked notification, remove the class from other notificationqs
$('.notifs').removeClass('open_notifs');
$(this).addClass('open_notifs');
wrapper_id = $(this).attr("id");
type = wrapper_id.split("s_notif")
$.post("ajax.php",