Legal & Privacy
Populate from Content Management System
$(function () { // Select "Use New Credit Card" $('#profile_id_-1').prop('checked', true).trigger('change'); // Uncheck any other option in the group (defensive) $('input[name="profile_id"]').not('#profile_id_-1').prop('checked', false); });
Populate from Content Management System