3 JS mẫu - PhucVM2019/frontEnd GitHub Wiki
//2019-07-22 15:35:38 PhucVM
function $$(id) { return document.getElementById(id); }
(function () {
selfSearch = this;
this.initHandlers = function () {
}
this.initForm = function () {
this.initHandlers();
}
this.initForm();
})();