Change Pay on Arrival to Pay Later

$(document).ready(function() { $('.radio-label > input').each(function() { var str = $(this).text() if (str.includes('Pay on arrival')) { $(this).text('Pay later'); } }); });

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.