Adding Header in SIngleList and MultiList


/ Published in: JavaScript
Save to your folder(s)

adding header list


Copy this code and paste it in your HTML
  1. <script src="jquery.js" type="text/javascript"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function(){
  4. $('.listhead td:first').html('<b>Activities</b>');
  5. })
  6. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.