Uncategorized

Uncategorized

Showing 17–18 of 18 results

เรียงโดย:
  • 1
  • 2
window.onload = function () { const productGrid = document.querySelector(".display-products.products-grid"); if (productGrid) { productGrid.setAttribute("data-mobile", "3"); // มือถือ: 3 ชิ้นต่อแถว productGrid.setAttribute("data-tablet", "4"); // แท็บเล็ต: 4 ชิ้นต่อแถว } };