var avideoNotifications = [ {title: 'test 1', text: 'text 1', image: 'http://192.168.1.4/YouPHPTube/videos/userPhoto/photo1.png', link: 'https://google.com'}, {title: 'test 2', text: 'text 2', image: 'http://192.168.1.4/YouPHPTube/videos/userPhoto/photo2.png', link: 'https://yahoo.com'} ]; $(document).ready(function () { var avideoNotificationsCookie = Cookies.get('avideoNotifications'); if (typeof avideoNotificationsCookie !== 'undefined') { //avideoNotifications = avideoNotificationsCookie; } processNotifications(); }); function processNotifications() { console.log('processNotifications', avideoNotifications); $('.LayoutNotificationCount').text(avideoNotifications.length); $('#LayoutNotificationItems').empty(); for (var item in avideoNotifications) { if (typeof avideoNotifications[item] == 'function') { continue; } var html = '