//to change text of button $('#btnId').attr('value', 'New button text);
//to change text of link $('a#btnId').text('New button text');
No comments:
Post a Comment