Enlist some Dom specific functions of Dojo?

devquora
devquora

Posted On: Mar 12, 2020

 

Some of the Dom specific Dojo functions are,

Retrieval function - The retrieval can be easily done using the dojo/dom resource’s byId method.

Creation function - Creation of elements can be done using the dojo/dom-construct’s create method.

Placement - To place a node, you can use the domConstruct.place method.

Destruction - To remove the nodes, you can either use the domConstruct.destroy function or the domConstruct.empty function.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    DOJO Interview Questions

    What is DOJO?

    DOJO is a modular JavaScript library that is used for the development of cross-platform, JavaScript/Ajax-based applications. Developed by the DOJO foundation, this open-source library was first releas...

    DOJO Interview Questions

    List some benefits of using Dojo?

    Some of the benefits of using the DOJO framework are,DOJO has support for modularity and asynchronous loaders. The DOJO toolkit provides a class-like inheritance pattern using the dojo/declare. ...

    DOJO Interview Questions

    What are Dijit and DojoX?

    The Dijit in the Dojo is a widget system. With this, you can build Web 2.0 GUI’s with little or no JavaScript. This widget system is layered on top of the Dojo. It can either be used declarative...