jQuery .prop() vs .attr()

In jQuery it is sometimes confusing wether to use the .prop() or the .attr() method to set attributes of html elements. I recently found it interesting to read on the jQuery manual that .prop() should be used for certain situations:  [ Read More ]