-
How to select all checkboxes of wrapper list on vf page using jquery?
Currently i am using the following function for selecting all checkboxes:
function checkAll(ele){
var checkboxes = $('.SelectAll');
if (ele.checked) {
$('.checkedone').attr("checked", true);
}else{
$('.checkedone').attr("checked", false);
}
}- This discussion was modified 8 years, 6 months ago by Utsav.
- This discussion was modified 8 years, 6 months ago by Forcetalks.
- This discussion was modified 8 years, 6 months ago by Forcetalks.
- This discussion was modified 8 years, 6 months ago by Forcetalks.
- This discussion was modified 8 years, 6 months ago by Forcetalks.
- This discussion was modified 8 years, 5 months ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
Document Generation in Salesforce with Nintex DocGen
Nintex is powerful document generation tool comes with how to generate a document for data and also manage them. Salesforce is World No.1 CRM so…
Salesforce Spring ’21 Highlights
To improve the platform, Salesforce releases updates three times a year (Spring, Summer, Winter). This is the time for Salesforce Spring '21 Release. With the…
All You Need to Know About Salesforce Governor Limits
The concept of Salesforce Governor Limits exists because Salesforce and Apex run in a multi-tenant environment. In this article, I will explain what Governor Limits…