December 2013
Intermediate to advanced
336 pages
9h 49m
English
CHAPTER 5
![]()
DOM Manipulation and Dynamic Content
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. ...
Read now
Unlock full access