inboxHub
Login
Signup
x
Login
Signup
Home
Categories
Application
Artificial Intelligence
Database
Digital Marketing
Physiotherapy
Quality Assurance
Web Technology
Home
How-to-select-all-checkboxes-in-angular-js
How to Select All checkboxes In Angular js
html File Code
Template File code
displayDate(){
if($("#selectall_checkbox").prop("checked")) {
$(".inp-cbx").each(function(){
$(".inp-cbx").prop("checked", true);
})
}else{
$(".inp-cbx").each(function(){
$(".inp-cbx").prop("checked", false);
})
}
}
Anyone Have Answer of this,Please Suggest me.
Faisal Khan
Asked 14-07-2024
36
Submit your answer