How to change font size for text shown on arcs in D3Js

using .style(“font-size”, “1.5em”)

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.

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/

(English) Understanding Array in JavaScript

Rất tiếc, mục này chỉ tồn tại ở English.

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

Cách thức truy cập các giá trị đã chọn trong một nhóm checkbox

Rất tiếc, mục này chỉ tồn tại ở Français và English.

Create an image gallery with jQuery

http://workshop.rs/2009/12/image-gallery-with-fancy-transitions-effects/