Manipulating DOM using jQuery
Posted
by bipinjoshi
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by bipinjoshi
Published on Mon, 06 Dec 2010 04:51:00 GMT
Indexed on
2010/12/06
16:57 UTC
Read the original article
Hit count: 290
By now you know how to alter existing elements and their attributes. jQuery also allows you insert, append, remove and replace elements from HTML DOM so that you can modify the document structure. For example, say you are calling some WCF service from client script and based on its return values need to generate HTML table on the fly. In this article I am going to demonstrate some of these jQuery features by developing a simple RSS gadget that grabs and displays RSS feed items in a web form.
http://www.bipinjoshi.net/articles/90f4fbef-ef36-467b-8ca0-d0922a5902b0.aspx
© ASP.net Weblogs or respective owner