Danh mục: Javascript

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….

Tạo một biểu thức chính quy trong Regular Expression

Cách viết một mẫu biểu thức chính quy Xem chi tiết tại https://developer.mozilla.org/vi/docs/Web/JavaScript/Guide/Regular_Expressions http://vforum.vn/diendan/showthread.php?6071-Xu-ly-chuoi-bang-Javascript-Regular-Expression   Một mẫu biểu thức chính quy là một tập các kí tự thường, như /abc/, hay….