JQuery Notes

Filters are used for filtering html elements. They are attached to the element you want to filter and are defined by a colon, e.g :even. »

Sending emails in web applications

When you send emails from your web application, it’s often (usually) the case that there will be some change to the persistence layer. For example: »