jQuery logo

The task is to make clickable div tags. There are several div blocks in a page, each div contains a hyperlink with URL. You need to make so, that if you click on div element, you open a hyperlink.

Scheme of usage divs with links
Scheme of usage divs with links

HTML-code of this construction is here:

The easiest way is to add a small Javascript code if you use jQuery. Of course, it must be added after jQuery loaded.