Profile
Achievement
davebowker's Recent Snippets
- All /
Can also be used to load scriptaculous, or any js file in WP
2
806
posted 16 years ago by davebowker
Use by inserting the following in the head.
<script>
$(document).ready(function() {
$("input").toggleVal();
});
</script>
0
1020
posted 16 years ago by davebowker