Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/travishorn/jquery-rowclick

Expands the clickable area to an entire table row if that row contains a link.
https://github.com/travishorn/jquery-rowclick

Last synced: 28 days ago
JSON representation

Expands the clickable area to an entire table row if that row contains a link.

Awesome Lists containing this project

README

        

# rowClick

## Description
Expands the clickable area to an entire table row if that row contains a link.

Open example.html for example usage.

## Required HTML


Test Cell 1
Test Cell 2
Test Cell 3

## Required JavaScript
$('table').rowClick();

## Links
* [Online Demo](http://jsfiddle.net/WpSG5/)
* [Screenshots](https://sites.google.com/site/tpopsjqueryplugins/rowclick/screenshots)