Dòng Nội dung
1
JavaScript : introductory concepts and techniques / Gary B. Shelly, Thomas J. Cashman, William J. Dorin.
Cambridge, Mass. ; London : Course Technology, 1999
1 v. (various pagings) ; 28 cm.

Part of the Shelly Cashman series, this introductory text leads the user through a clear, step-by-step, screen-by-screen approach to learning the basics of JavaScript. It provides the reader with hands-on practice with integrating JavaScript and HTML, tables, database search functions, and more.

2
3
Learning PHP, MySQL & JavaScript : with jQuery, CSS & HTML5 / Robin Nixon
Beijing : O'Reilly, 2018
xxvii, 797 p. ; 24cm.

In this update to this popular hands-on guide, you'll tackle dynamic web programming with the latest versions of today's core technologies: PHP, MySQL, JavaScript, CSS, HTML5, and key jQuery libraries


4
Nhúng HTML code trong Javasc sử dụng Handlebars / Nguyễn Hữu Cầm. // Kỷ yếu hội thảo khoa học giáo viên Khoa Công nghệ thông tin 5/2020
Hà Nội : Đại học Hà Nội, 2020
tr. 213-219

Trong quá trình phát triển website, sẽ có một bài toán yêu cầu chèn/thay thế HTML code vào DOM tree sử dụng Javascript/Jquery. Việc nhúng HTML code vào Javascript không đúng cách sẽ làm cho code rất dài và rối mắt, gây khó khăn cho vấn đề bảo trì. Vì thế sử dụng Handlebars để tách phần HTML ra khỏi code Javascript/Jquery là điều cần thiết, giúp cho code dễ bảo trì và mở rộng hơn.