/ Published in: JavaScript
adding header list
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script src="jquery.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){ $('.listhead td:first').html('<b>Activities</b>'); }) </script>