Skip to main content

Explain the importance of DOM objects and DOM processing in jQuery.

The Document Object Model(DOM) is a programming API for HTML and XML document. It defines the logical structure of documents and the way a document is accessed and manipulated. Nevertheless, XML presents this data as documents, and the DOM may be used to manage this data.

Comments

Popular posts from this blog

Identify a list of advanced features provided by jQuery and explain their use towards improving the user experience

Advanced Features     (this) object : it refers to the current object within the scope and inside event handlers, (this) will refer to the element, the event has triggered on Data attributes : All data attributes begin with 'data-'

Events supported by jQuery and benefits of using jQuery event handling over HTML event attributes

One of the main benefits of using jQuery event handlers are that they can be set on elements, which will then be triggered by different events. for example: Below are some of the events supported by jQuery:

. Discuss the advantages and disadvantages of using J Query in different project scales

Advantages The minimum amount of code to do the most things. It only takes few lines of code for developers to achieve amazing results. the developer need not check the client browser type without writing cyclic code, without writing animation function is complex, only through a line of code to achieve the effect can be. Performance. Although different version has many new features, the most streamlined version of the size of only 18KB. Each version of  J Query has a significant performance improvement. Plug-in Unit.  Based on the development of J Query plug-ins currently has about thousands of. J Query is active and "rival" cooperation such as prototype.  Save the developer learning time. if we really want to learn J Query, developers still need to invest a little time. J Query does not require developers to put too much, can begin to develop rapidly, then gradually improve skills. Disadvantages Bandwidth. It takes up a small amount of bandwith to d...