jQuery(function($) { $(document).ready(function() { TestRep = $(".ast-woo-form-actions").text(); console.log(TestRep); TestRep.replaceWith('Not', 'Pas'); }); });

Mon compte