How can I change the .innerHTML property of an appended button text using Javascript? – Jquery
I'm trying to make a "Like" button for a post which was fetched by AJAX using jQuery. Here, I want to change button text while clicked. But it's not changing. Here is my Like button codes: $('.posted-area').append(' <div class="posted-footer"> <ul>…