Follow Me

Tag Archive | "Select all checkbox javascript"

Select unselect all checkbox javascript

Tuesday, May 25, 2010

0 Comments

Hello Friends, It is a simple script for selecting all check box in javascript. You need to put these functions in tag. It will select all checkbox of that form. You can call them on a link or image. like this - <a href="javascript:selectall()">Select All</a>&nbsp;<a href="javascript:unselectall()">UnSelect All</a> Concept is simple, we are just counting no. of [...]

Continue reading...