Re: Convenient way to create element and set its attributes at once

"Tab Atkins Jr." <[email protected]>
Newsgroups gmane.comp.web.dom.general
Message-ID <CAAWBYDDdoj-xgb+js7=dJKVs2E2eENg5WBuDa00LmB11k1zH3Q@mail.gmail.com>
On Mon, Dec 2, 2013 at 6:05 PM, Rick Waldron <[email protected]> wrote:
> Yes, and it's not just you—the "single function/constructor/method that
> accepts a string and produces a node" is a common pattern implemented by all
> major libraries:
>
> Y.Node.create("<div>");
> jQuery("<div>");
> dojo.create("div");
> new Element("div");
> new Ext.dom.Element("div");

There's *also* a common pattern of something like "HTML.h1()", for
simple "templating in JS" libraries.

~TJ
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.