In previous posts I talked about selecting DOM elements with jQuery. In this post I am going to discuss 5 ways you can manipulate the DOM with jQuery. Setting the contents of an element There are many situations where you want to add content dynamically to your page (eg. Error messages, ajax results...