// Add class to opened notifications

This commit is contained in:
tDidierjean
2011-11-02 14:49:34 +00:00
parent 53adff24eb
commit 28f806121a
+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",