Personal License


  • Perpetual license (does not expire)
  • 1 site, unlimited servers
  • No distribution (hosted use only)
  • Commercial use allowed
$4.99 Read License

14 Day money-back guarantee

Full refund within 14 days of purchase date.

You need to log-in or create an account
  • Create an account
  • Log-in

Please use your real name.

Activation link will be sent to this address.

Minimum 8 characters

Enter your password again

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Clickbox

Clickbox
Developed by Paul K. Lunow, Released Apr 27, 2011

jQuery Clickbox turns every element in a big clickable area. Easy and fast.

JavaScript

Tags: boost , click , easy , fast

Usability Boost in 787 Bytes

  • Turn every HTML element on your site into a big clickable area
  • No more small anchor elements
  • Works even with custom Events
  • Links inside the clickbox are still clickable
  • Passes JSLint

Its so easy to include

  • Include jQuery and the clickbox script jquery.clickbox.min-noconfig.js
  • Add the class "clickbox" to every element that should be turned into the box.

Example:

 <div class="clickbox">Hello <a href="#">World</a></div>
 <script src="jquery.clickbox.min-noconfig.js"></script>
  • Thats it! Now the whole <div> Element is clickable.

Custom Settings

  • You can also include the minified version and call the clickbox method with a custom target and settings.
  • Turn every <li> element on your page into a clickbox: $('li').clickbox();
  • Use another hover class than hover $('li').clickbox({hoverclass: 'mouseover'});
  • Apply a custom style to every element, only if javascript is activated (Default: {cursor: 'pointer'})

Example:

$('li').clickbox({style: {cursor: 'move', background: 'yellow', fontWeight: 'bold'}});

Dependencies, browser support

Requires jQuery

Tested in FF >= 3.5, Safari, Chrome, Opera and IE >= 7.

It works well, easy to implement and the code is commented and easy to extend. See the demo!

User Reviews

No reviews have been submitted yet.

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.