// 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user