How to change Text1 and Text2 to AnotherText1, AnotherText2 with help jQuery?
<div class="col-md-8">
<div class="btn-group pull-right">
<button type="submit" class="btn btn-primary">Text1</button>
</div>
<div class="btn-group pull-left">
<button type="reset" class="btn btn-warning">Text2</button>
</div>
</div>