Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.
Category: jQuery
jQuery là một thư viện kiểu mới của JavaScript, được tạo bởi John Resig vào năm 2006 với một phương châm tuyệt vời: Write less, do more – Viết ít hơn, làm nhiều hơn. jQuery làm đơn giản hóa việc truyền tải HTML, xử lý sự kiện, tạo hiệu ứng động và tương tác Ajax.
(English) How to Validate Min and Max Length of Input Field using jQuery
Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.
Checking existence of an element in an array with JavaScript
JavaScript is a loosely typed or a dynamic language. Variables in JavaScript are not directly associated with any particular value type, and any variable can be assigned (and reassigned) values…
(English) Understanding data type of dictionary in JavaScript
Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.
How to build and render data in JSON format with Grails
Nowadays, an awful lot of web based applications are using JSON as a principal data to load and render information rapidly. While some applications store data into persistence volume as…
Event Delegation trong jQuery
Event delegation là cách để giải quyết vấn vấn đề: trong những đoạn html được cập nhật bằng ajax (ajax updated content). Tham khảo https://learn.jquery.com/events/event-delegation/ https://blog.revathskumar.com/2013/10/jquery-on-avoid-losing-event-binding-for-ajaxed-contents.html https://aiocollective.com/blog/click-doesn-t-work-after-ajax-load-jquery/
How to use console dot table in Console
This post shows how to use console.table to display a JSON data as the table in DevTool panel in Console tab