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