Danh mục: Front-end

Tối ưu Visual Studio Code – Tại sao không ?

Nguồn: https://viblo.asia/p/toi-uu-visual-studio-code-tai-sao-khong-LzD5daGeKjY 1. Mở đầu Có thể Visual Studio Code đang là sự lựa chọn của nhiều anh em lập trình. Em ấy đứng đầu trong Stack Overflow Developer Servey 2019, bỏ xa Sublime Text hay….

Cách cài đặt CKEditor 4

Các bạn truy cập trang chủ https://ckeditor.com/ckeditor-4/download/ Tùy chỉnh thanh toolbar https://ckeditor.com/latest/samples/toolbarconfigurator/index.html#basic <script src=”//cdn.ckeditor.com/4.6.2/full/ckeditor.js”></script> <script> CKEDITOR.replace(‘content’, { height: 250, disallowedContent: ‘a table tr td form input select script br’ });….

Ajax có thay đổi URL cho SEO

// Thay đổi URL trên website window.history.pushState({path:url},”,url);   // Hàm xử lý dữ liệu sau khi load ajax vẫn hoạt động $(‘#content’).on(‘click’,’#paging a’, function () {   })   Tham….