-
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, 8 months ago by Utsav.
- This discussion was modified 8 years, 8 months ago by Forcetalks.
- This discussion was modified 8 years, 8 months ago by Forcetalks.
- This discussion was modified 8 years, 8 months ago by Forcetalks.
- This discussion was modified 8 years, 8 months ago by Forcetalks.
- This discussion was modified 8 years, 6 months ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
Salesforce Org Control Access: Who can access and What to access
Salesforce gives an adaptable, layered information-sharing structure that permits you to uncover various informational indexes to various arrangements of clients, so clients can carry out…
How to Become a Salesforce Developer?
Salesforce, according to the producing company’s website, is “the world’s #1 customer relationship management (CRM) platform.” Their software is designed to help businesses grow by…