if(paramsDiv) {
            if (jQuery(paramsDiv).find('.person-id').length > 0) personId = jQuery(paramsDiv).find('.person-id').html();
          } else if (typeof jQuery(this).data('person-id') !== "undefined") {
            personId = jQuery(this).data('person-id');
          }