02 Oct
Posted by Ray Cheung as Information, License Free
The main pattern used in nearly every site (grid and non grid) was the “title, thumbnail, short summary, more link” pattern. This pattern is generally used for indexing blog post summaries in sidebars, listing services, or creating small calls-to-action.
However, only those small bits of sporadic content were clickable. Sure it’s not that hard for the user to hover over one of the three links, but the user experience could be improved.
Leevi Graham felt that a user should be able to click anywhere in the content and navigate through to the target page — basically making the whole content block one big link. He came up with a jQuery Plugin called BigTarget.js with the following concept.
onclick and hover events to the click zone.href is retrieved.rel attribute and it’s set to ‘external’, open the link target in a new window; otherwise open the link in the current browser window.Requirements: jQuery Javascript Framework
Demo: http://newism.com.au/blog/post/58/bigtarget-js-increasing…
License: License Free





It removed the users ability to control how the link is opened, and I believe that is more important then making the whole div clickable
[...] vía WebAppers [...]
Great link! I could definitely use this for a project I just finished up.
Thomas: Are you sure? I can still right click on the link in both Firefox and IE and select “in new tab” or “in new window”. The areas inside the div that are not actual links (images and text) don’t have this functionality, but they never did to begin with.
[...] This jquery plugin will make a link’s container element clickable, thus making the links target size much larger and easier to click. Super cool and easy to implement. Go check it out! [...]
[...] Via: Webappers [...]
RSS feed for comments on this post · TrackBack URI