Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(window).load(function(){
  3. $('li a').each(function(){
  4. $(this).css('width',$(this).parent().width());
  5. });
  6. });
  7. </script>
Add Comment
Please, Sign In to add comment