Home

jQuery(function ($) { $('.tap-disclosure-notice-icon').each(function () { $(this).insertAfter($(this).closest('a')); }); });