Untitled Snippet

body { font-family: Arial, sans-serif; text-align: center; margin: 20px; background-color: #f9f9f9; color: #333; } h1 { color: #4a90e2; } #controls { display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 20px; } #controls input, #controls button { padding: 10px; font-size:…Continue reading

Untitled Snippet

Đồ Thị Hàm Số Đồ Thị Hàm Số Thêm Đồ Thị Reset Màu Đồ Thị: Hiển Thị Lưới: Lưu Kết Quả Hướng Dẫn Nhập Phép Toán Ký Hiệu Mũ ** Nhân * Chia / Cộng + Trừ – Sin sin(x)…Continue reading

Body on Scroll

;(function ($) { $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 5) { $(“body”).addClass(“scroll-500”); $(“.tm-header”).removeClass(“uk-blend-difference”); } else { $(“body”).removeClass(“scroll-500”); $(“.tm-header”).addClass(“uk-blend-difference”); } }); })(jQuery);Continue reading

Gravity Forms JavaScript Helpers

function icInitializeGravityForms() { // CONSTANTS ——————————————————- const POST_CODE_JP_KEY = ‘BJ7qtSrq0iYgWj9AV0P4esvTTX1gmq48813DoE1’; const TO_SINGLE_MAP = { numeral: { ‘0’ : ‘0’, ‘1’ : ‘1’, ‘2’ : ‘2’, ‘3’ : ‘3’, ‘4’ : ‘4’, ‘5’ : ‘5’, ‘6’ : ‘6’, ‘7’ : ‘7’,…Continue reading