$(function(){ if (typeof grp != 'undefined') { grp.listen('0/0/10', function(object, state) { var value = object.value; if (state == 'value') { showPlan(value); } }); } });