February 2014
Intermediate to advanced
410 pages
8h 15m
English
jQuery makes it easy for the developer to completely remove DOM elements, which is often useful when creating rich user interfaces. Having the ability to remove elements is useful in situations where your interface represents some information from a database, and it provides a way for the user to delete database items. If this UI is using AJAX to send the delete request to the web server, you will need to reflect the delete action on the client side and remove the element representing the database item.
Create a blank HTML document, and save it as recipe-11.html to an easily accessible location on your computer.
Understand how to remove DOM elements using jQuery by performing each of the following ...
Read now
Unlock full access