Rất tiếc, mục này chỉ tồn tại ở English.
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.
Using JavaScript console better
The console object provides access to the debugging console (e.g., the Web console in Firefox). The specifics of how it works vary from browser to browser or server runtimes (Node.js, for example), but there…
Popular shorthand techniques in JavaScript
The shorthand techniques can help you to write optimized code and let you achieve your goal with less coding. Let’s discuss some of the shorthand tips and tricks of JavaScript…
(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 ở English.
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 ở English.