Socket
Book a DemoInstallSign in
Socket

jquery-rowclick

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-rowclick

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

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

<table>
  <tr>
    <td>Test Cell 1</td>
    <td><a href="somewhere.html">Test Cell 2</a></td>
    <td>Test Cell 3</td>
  </tr>
</table>

Required JavaScript

$('table').rowClick();
  • Online Demo
  • Screenshots

Keywords

jquery-plugin

FAQs

Package last updated on 25 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts