Answers for "how to set label text in jquery"

2

how to set text for label in jquery

BY LOVE
$("#lblCustomerName").text('LOVE SINGH');
Posted by: Guest on May-09-2020
0

jquery change label content

$('#lblUserFullname').html(currentUser.Firstname+' '+currentUser.Lastname);
Posted by: Guest on October-21-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language