$(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); });
Jump to main content
Jump to navigation