var jQuery; setTimeout('notification()', 2000); function scriptLoadHandlernotify() { setTimeout('notification()', 2000); } function notification() { //jQuery(document).ready(function($) { var reviewUrl = 'https://app.10xcrm.com/leadreviewnotificationwidget/603914e2548c6'; $('#notification-container-603914e2548c6').load(reviewUrl); //}); } //jQuery(document).ready(function($) { setInterval(function(){ if ($('#notifi_review_detail').is(':hidden')){ $("#notif_box").addClass("notif_box_hide"); notification(); } }, 10000); //});