# domsugar.js **Repository Path**: mirrors_markokr/domsugar.js ## Basic Information - **Project Name**: domsugar.js - **Description**: Thin helper for DOM node cration - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DOMSugar - thin helper for DOM node creation ============================================ Based on * http://blog.fastmail.com/2012/02/20/building-the-new-ajax-mail-ui-part-2-better-than-templates-building-highly-dynamic-web-pages/ * https://gist.github.com/neilj/1532562 * https://github.com/mistakster/sugared-dom * https://github.com/fastmail/overture/blob/master/source/Overture/dom/Element.js DOM docs: * https://developer.mozilla.org/en-US/docs/Web/API/Node * https://developer.mozilla.org/en-US/docs/Web/API/Element * https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement * https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.style * https://developer.mozilla.org/en-US/docs/Web/API/EventTarget.addEventListener * https://developer.mozilla.org/en-US/docs/Web/API/EventListener * https://developer.mozilla.org/en-US/docs/Web/API/Event