PHP
OOPs
JavaScript
JQuery
Ajax
Codeigniter
Laravel
MySql
Node.js
Tutorials
C
C++
Json
Codeigniter 4
htaccess
wordpress
react.js
Blogs
Fundamental
Python
Search Your Query
×
--- Select Category ---
PHP
OOPs
JavaScript
JQuery
Ajax
Codeigniter
Laravel
MySql
Node.js
Tutorials
Blogs
Fundamental
Python
Most Popular Tutorials
what is jquery
Document object model (DOM)
JQuery Syntax
jQuery Selectors
Get and set value in jquery
JQuery Attribute
Attribute Methods
jQuery - DOM Manipulation
Jquery events
JQuery Effects
Jquery Html/css Effects
jQuery Insert New Content
Auto hid Div
Jquery no conflict
JQuery Form validation
Html Form Validation
Login Form Validation
JQuery Fadeout Message
Jquery Modal popup
JQuery Ajax Form
Dynamic Dependent DropDown
Autocomplete list
Dynamic content load
Dynamic Star Rating
Drag and Drop Image Upload
show Hide Elements By click on checkbox
Add or Remove class in jquery
check Password strength
Count Remaining Character
check single or All checkboxes
Password match or not
Data Table
Date Picker
Multiselect Dropdown with Checkbox
Add Dynamic Input Field (Add More Input Field)
submit button disable after one click
Show hide password in Password textbox using checkbox
set content and value in html page
put value in the text field
sweet alert
Data-id
Tutorials Menus
what is jquery
Document object model (DOM)
JQuery Syntax
jQuery Selectors
Get and set value in jquery
JQuery Attribute
Attribute Methods
jQuery - DOM Manipulation
Jquery events
JQuery Effects
Jquery Html/css Effects
jQuery Insert New Content
Auto hid Div
Jquery no conflict
JQuery Form validation
Html Form Validation
Login Form Validation
JQuery Fadeout Message
Jquery Modal popup
JQuery Ajax Form
Dynamic Dependent DropDown
Autocomplete list
Dynamic content load
Dynamic Star Rating
Drag and Drop Image Upload
show Hide Elements By click on checkbox
Add or Remove class in jquery
check Password strength
Count Remaining Character
check single or All checkboxes
Password match or not
Data Table
Date Picker
Multiselect Dropdown with Checkbox
Add Dynamic Input Field (Add More Input Field)
submit button disable after one click
Show hide password in Password textbox using checkbox
set content and value in html page
put value in the text field
sweet alert
Data-id
Share On Facebook
How check single or All checkboxes in jquery?
onClick Checkbox check all checkboxes jquery
File name : index.php
<!DOCTYPE html>
<html>
<body>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<input type="checkbox" id="checkAll">Select All<br>
<input type="checkbox" id="checkItem">Item 1<br>
<input type="checkbox" id="checkItem">Item 2<br>
<input type="checkbox" id="checkItem">Item 3<br>
<input type="checkbox" id="checkItem">Item 4<br>
<input type="checkbox" id="checkItem">Item 5<br>
<script>
$("#checkAll").click(function () {
$('input:checkbox').not(this).prop('checked', this.checked);
});
</script>
</body>
</html>
Output :-
Select All
Item 1
Item 2
Item 3
Item 4
Item 5
Share On Facebook
Previous
Next
Trending Tutorials
PHP
100+ Tutorials
PHP OOPs
80+ Tutorial
Codeigniter
100+ Tutorial
Laravel
100+ Tutorials
NODE.JS
100+ Tutorials
Javascript
100+ Tutorials
Download Live Projects
Review & Rating
0.0
/ 5
0
Review
5
(
0
)
4
(
0
)
3
(
0
)
2
(
0
)
1
(
0
)
Write Review Here
Review
Submit Review
×
Submit
Ittutorial
Ittutorial
Most Popular Tutorials
show Hide Elements By click on checkbox
JQuery Fadeout Message
set content and value in html page
Get and set value in jquery
Date Picker
Html Form Validation
check Password strength
jQuery Selectors
Dynamic content load
Show hide password in Password textbox using checkbox
Multiselect Dropdown with Checkbox
Password match or not
Attribute Methods
Count Remaining Character
Document object model (DOM)
sweet alert
submit button disable after one click
Data-id
Autocomplete list
Drag and Drop Image Upload
Important Link
Core php Online Advance Tutorails and video Tutorials.
How to manage Session in php Tutorials.
More .......
upcomming codeigniter and angular js tutorials.
Click here to see More ...
Hello Friend Please Follow & Share Ittutorial.
×
Ittutorial
Please Follow and Share ittutorial.
Ittutorial