On On-Site-Notifications plugin, how can I constantly check for new notifications (like live checking for new notifications) rather than always be refreshing the page to check if I've got new notifications? I was thinking in something like this?
setInterval('On-Site-Notifications();', 200);