$(document).on("turbolinks:load", function(){
$(document).on('click', () => {
$("#<%= @micropost.id %>").text("Unlike")
});
});
mình muốn chuyển nút like -> unlike. tại sao sau khi click vào nút like nhưng nó không thực thi onclick
$(document).on("turbolinks:load", function(){
$(document).on('click', () => {
$("#<%= @micropost.id %>").text("Unlike")
});
});
mình muốn chuyển nút like -> unlike. tại sao sau khi click vào nút like nhưng nó không thực thi onclick