开发者

Can you define DOM Helper?

开发者 https://www.devze.com 2023-01-12 08:03 出处:网络
I ran across the word DOM helper.I know what DOM stands for, but how 开发者_JAVA技巧would one really define the term DOM Helper?A DOM Helper is basically a wrapper for the DOM and DOM Elements (html/x

I ran across the word DOM helper. I know what DOM stands for, but how 开发者_JAVA技巧would one really define the term DOM Helper?


A DOM Helper is basically a wrapper for the DOM and DOM Elements (html/xml, but usually html) that solves cross browser discrepancies and adds higher level methods making dealing with the DOM a nicer experience.

jQuery and DOMAssistant are both good examples of DOM Helpers.


A library that makes DOM manipulation easier by providing utility functions that do appending, inserting and such...?

0

精彩评论

暂无评论...
验证码 换一张
取 消