/    Sign up×
Community /Pin to ProfileBookmark

Whole row a label for a checkbox?

How would I be able to have any element of a table row, when clicked, check the checkbox at the end of the row?

Obviously, the solution that comes to mind is that you have a label in each cell of the row, pointing to the checkbox.

Is there a way to do that once, for the whole row? In TR?

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@FangFeb 19.2005 — Only with JavaScript
Copy linkTweet thisAlerts:
@phpnoviceFeb 19.2005 — For what it's worth... The following is tested and works:
<i>
</i>&lt;tr onclick="document.forms[0].checkbox1.checked = !document.forms[0].checkbox1.checked;"&gt;
Copy linkTweet thisAlerts:
@DanDigiManFeb 21.2005 — Thanks, I'll try that.
×

Success!

Help @DanAtHome spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...