jQuery - Change text with .html()

0 votes
187 views
added Oct 19, 2018 in jQuery by LC Marshal Captain (25,790 points)
var loginHeader = $('a.login');
$(loginHeader).html('Log in to Support Centre');

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...