-
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, 7 months ago by Utsav.
- This discussion was modified 8 years, 7 months ago by Forcetalks.
- This discussion was modified 8 years, 7 months ago by Forcetalks.
- This discussion was modified 8 years, 7 months ago by Forcetalks.
- This discussion was modified 8 years, 7 months ago by Forcetalks.
- This discussion was modified 8 years, 5 months ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
E-Commerce: 5 Automation Examples to Help You Get Started
It's hard to imagine running an online store the old-fashioned manual way. First of all, because it wouldn't allow growth. The more orders, the more…
Google Teams Up With Salesforce to Push Cloud Computing Business
Do you know a strategic partnership is all set to disrupt the global cloud market? Yes, Salesforce recently announced its partnership with Google in order…
Data Import in Salesforce - A Brief Guide
If you want to import any external data into Salesforce, you can perform this activity with the help of Data Import. Data import support .csv…