Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
krishna vala
1.7k
290
41.5k
select all checkbox
Jan 11 2019 9:40 AM
<table class="table" border="1">
<thead>
<tr>
<th>select all
<div class="checkbox">
<input type="checkbox" id="selectAll">
<label for="selectAll"></label>
</div>
</th>
<th>Email</th>
<th>Join date <i class="arrow bottom"></i></th>
</tr>
</thead>
<tbody>
<tr class="active">
<td>
<div class="checkbox">
<input type="checkbox" id="tr-checkbox1">
<label for="tr-checkbox1"></label>
</div>
</td>
<td>example@gmail.com</td>
<td>21 Oct, 2016 at 11:29 pm</td>
</tr>
<tr>
<td>
<div class="checkbox">
<input type="checkbox" id="tr-checkbox2">
<label for="tr-checkbox2"></label>
</div>
</td>
<td>example@gmail.com</td>
<td>21 Oct, 2016 at 11:29 pm</td>
</tr>
</tbody>
</table>
demo of table is above in our table select all below all textbox are selected in table in php
Reply
Answers (
1
)
convert html page to pdf
how to pass multiple values to an array PHP