Toggle select and unselect checkbox with text
Here is a simple javascript to toggle between selected and unselected of a checkbox. And also it will toggle the text, for example when you click on the select link the text will change to unselect and the vise-verse...
function ToggleCheckBox()
{
var ischecked=document.getElementsByTagName("input");
var divid=document.getElementById('id name');
for(i=0;i<ischecked.length;i++)
{
if(ischecked[i].type == "checkbox")
{
if(ischecked[i].checked == true)
{
divid.innerHTML="Select All";
ischecked[i].checked=false;
}
else
{
divid.innerHTML="Deselect All";
ischecked[i].checked=true;
}
}
}
}
function ToggleCheckBox()
{
var ischecked=document.getElementsByTagName("input");
var divid=document.getElementById('id name');
for(i=0;i<ischecked.length;i++)
{
if(ischecked[i].type == "checkbox")
{
if(ischecked[i].checked == true)
{
divid.innerHTML="Select All";
ischecked[i].checked=false;
}
else
{
divid.innerHTML="Deselect All";
ischecked[i].checked=true;
}
}
}
}
16 Comments:
Thanks for your grateful informations, am working in Web Design Company in Bangalore
Thanks. It's awesome ,it is realy helpful
Searchinfomedia
Thanks for sharing these information's your tips are really good.
Searchinfomedia
Nice Blog and Providing Useful information.A very inspiring post as well as inspiring taught thus, I really appreciate it! Thanks.
Searchinfomedia
This kind of websites helps in getting the answers for the technical questions posted. Thanks for providing great service.
software development services
Thankyou sir for sharing with us such a useful code..
Website Development in Mumbai and CMS Website Design
thanks For Sharing
A great online marketing compay, PPC Expert For Tech Support by osiel web
PPC Expert For Tech Support
ppc tech support
ppc management experts | technical support ppc expert
I like this blog because it shares amazing information.
It is very interested according to my views.
Thanks, and keep up the good works.
Website development
Synram Technolab offers all possible wordpress services ranging from custom wordpress theme development , plugin customization, wordpress speed optimization, SEO, and integration with 3rd party modules and application like facebook app or for creating Facebook Apps for your WordPress website.
Web-Development
It is really good website because it shares amazing information.
Thanx
Thank you for sharing this information which is helpful for better Website Development environment.
Graphic Design
Thanks for sharing this post.keep posting
Website Designing Company in Gurgaon
Great Article
Project Centers in Chennai
Final Year Projects for CSE
Hello There,
I am impress with your website. Good Website.
Keep it up.
Please visit - best Logo Designing Company in Jaipur | Logo Designer in Jaipur
Did you realize there's a 12 word sentence you can speak to your partner... that will induce deep feelings of love and impulsive attraction for you deep within his heart?
Because hidden in these 12 words is a "secret signal" that triggers a man's impulse to love, admire and look after you with all his heart...
12 Words Will Fuel A Man's Desire Response
This impulse is so built-in to a man's genetics that it will make him try harder than before to love and admire you.
Matter-of-fact, fueling this mighty impulse is so mandatory to achieving the best ever relationship with your man that the instance you send your man one of the "Secret Signals"...
...You will soon notice him open his soul and heart for you in a way he's never expressed before and he will identify you as the only woman in the universe who has ever truly attracted him.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home