Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.
Category: 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 ở 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/