2013Apress eBooksRequires access

DOM Manipulation and Dynamic Content

Bipin Joshi

Open publisher page 0 citations

Abstract

Although HTML pages are static by nature, jQuery can be used to make them dynamic in many ways. Using jQuery you can not only change the content of Document Object Model (DOM) elements but also add, remove, or replace DOM elements on the fly. This makes your web page dynamic in terms of its content and DOM structure. Consider a situation in which you are fetching data residing in SQL Server using the Ajax technique and then want to display this data to the end user in a table. Because you don't know how many rows will be returned by the server, you have to add rows and columns to the table dynamically. The DOM manipulation techniques discussed in this chapter are handy in such situations. These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.

About this research paper

What this paper is about

Although HTML pages are static by nature, jQuery can be used to make them dynamic in many ways. Using jQuery you can not only change the content of Document Object Model (DOM) elements but also add, remove, or replace DOM elements on the fly. This makes your web page dynamic in terms of its content and DOM structure. Consider a situation in which you are fetching data residing in SQL Server using the Ajax technique and then want to display this data to the end user in a table. Because you don't know how many rows will be returned by the server, you have to add rows and columns to the table dynamically. The DOM manipulation techniques discussed in this chapter are handy in such situations. These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.

Why it matters

A significance statement is not available in the OpenAlex record.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

Although HTML pages are static by nature, jQuery can be used to make them dynamic in many ways. Using jQuery you can not only change the content of Document Object Model (DOM) elements but also add, remove, or replace DOM elements on the fly. This makes your web page dynamic in terms of its content and DOM structure. Consider a situation in which you are fetching data residing in SQL Server using the Ajax technique and then want to display this data to the end user in a table. Because you don't know how many rows will be returned by the server, you have to add rows and columns to the table dynamically. The DOM manipulation techniques discussed in this chapter are handy in such situations. These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.

Key concepts: Ajax, Dynamic web page, Document Object Model, Computer science, Table of contents, Table (database), Row, Sql server

Related papers

Back to paper searchBrowse research topicsOriginal source
DOM Manipulation and Dynamic Content — Research Paper | ScholarLens