variable value is not appending in h2 element
问题 DEMO Hi, I have variable called "var node = "Hi Mr", Iam trying to append this value on click of a button, im not sure why its not appending. I tried using html and text, none worked. JS: $(function(){ $('.customerResultIndex').on('click',function(){ openCustomerOverlay(); }) }); function openCustomerOverlay(){ var node = "Hi Mr" $('.customerPopHeading').text(node) var overlayContainer = '<div class="customerOverlayShadow">'+ '<div class="customerOverlay borderRadius10px">'+ '<h2 class=