Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/travishorn/jquery-rowclick
- Owner: travishorn
- Created: 2012-02-02T18:16:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T21:56:45.000Z (almost 10 years ago)
- Last Synced: 2024-11-18T21:06:25.321Z (about 2 months ago)
- Language: HTML
- Homepage: http://travishorn.github.com/jquery-rowClick
- Size: 92.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)