jquery change span tag text

JavaScript
$('.in-stock span').html("your new string");

Source

Also in JavaScript: