Skip to content

Instantly share code, notes, and snippets.

@whatisthisbird
Created May 12, 2011 08:47
Show Gist options
  • Save whatisthisbird/968187 to your computer and use it in GitHub Desktop.
Save whatisthisbird/968187 to your computer and use it in GitHub Desktop.
html
<div id=\"ManagerAddForm\">
<a href=\"javascript:;\" id=\"btn_selectall\">CheckAll</a> |
<a href=\"javascript:;\" id=\"btn_selectall_no\">UnCheckAll</a><br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"123\" class=\"chk\" /> ..1 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"223\" class=\"chk\" /> ..2 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"323\" class=\"chk\" /> ..3 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"423\" class=\"chk\" /> ..4 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"523\" class=\"chk\" /> ..5 <br/>
</div>
<div id=\"ManagerAddForm2\">
<a href=\"javascript:;\" id=\"btn_selectall\">CheckAll</a> |
<a href=\"javascript:;\" id=\"btn_selectall_no\">UnCheckAll</a><br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"123\" class=\"chk\" /> ..1 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"223\" class=\"chk\" /> ..2 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"323\" class=\"chk\" /> ..3 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"423\" class=\"chk\" /> ..4 <br/>
<input type=\"checkbox\" name=\"SubModuleID[]\" value=\"523\" class=\"chk\" /> ..5 <br/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment