DOCUMENT SHREDDER

No products were found matching your selection.
jQuery(document).ready(function($) { // เพิ่มคลาส 'active' เมื่อคลิกที่
  • $('li.has-child').click(function() { // ลบคลาส 'active' จากทุก
  • $('li.has-child').removeClass('active'); // เพิ่มคลาส 'active' ที่ถูกคลิก $(this).addClass('active'); }); });