Skip to content

Instantly share code, notes, and snippets.

View rajvanshipradeep15's full-sized avatar

Pradeep Rajvanshi rajvanshipradeep15

  • India
View GitHub Profile
@rajvanshipradeep15
rajvanshipradeep15 / PHP 1
Created May 13, 2013 12:32
joomla: select all checkboxes
<input type="checkbox" onclick="selectAll(this)" title="Check All" value="" name="sAll">
<html>
<head>
<title></title>
</head>
<body>
This is my gist file
This is what I added on second edit.
</body>
</html>