$(function() { $.getJSON("home.php?m=tickets&p=notifications&type=cleared", function(data) { if (data['notificationCount'] > 0) { var menutickets = document.getElementsByClassName('tickets'); menutickets[0].innerHTML += "  " + data['notificationCount'] + "  "; } }); });