Skip to content

Instantly share code, notes, and snippets.

@adhadse
Created November 27, 2020 15:40
Show Gist options
  • Save adhadse/4b326abd6c9dfab94c1b532267498c03 to your computer and use it in GitHub Desktop.
Save adhadse/4b326abd6c9dfab94c1b532267498c03 to your computer and use it in GitHub Desktop.
function updateNavbar(data){
document.getElementById('wishlist').innerHTML = 'Wishlist<span class="badge badge-danger" style="vertical-align: top;"><h7>' + data['wishlistItemQuantity'] + '</h7></span>'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment