Sale!
Original price was: $ 49,00.Current price is: $ 4,90.
jQuery(document).ready(function($) { $('.toggle-code-btn').click(function() { $(this).next('.hidden-code').slideToggle(); var btnText = $(this).text() === "Click để hiển thị code" ? "Ẩn code" : "Click để hiển thị code"; $(this).text(btnText); }); });