jQuery plugin .imgLink()

We create and use a jQuery plugin called .imgLink(). It takes three options; title, alt, href. The first two are standard attributes of an <img> and the third href is a link target.
.imgLink({options})
Use the alt option to provide alternative text for an element, to be shown when the element can't be displayed.
Use the title option to supply additional text to describe the element in more detail when necessary.
Use the href option to specify a link destination