Advertisement
shmaltorhbooks

Untitled

Jun 14th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery(document).ready(function(){
  3.     jQuery('#post').find("a[href^='#']").addClass('class-name-for-all-anchors');
  4. });
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement