If you want a div to be clickable based on a standard HTML internal link, within that div, then use this jQuery snippet (requires jQuery Library):-

The code will run through the parent div looking for links and will then add the link it to the parent div with the class (i.e. 'parent-div'). Useful for components that require clickable divs with custom defined structured content (portfolio grids etc).