Advertisement
Guest User

Untitled

a guest
Jan 20th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(function($) {
  2.         var containerWidth = $('.container').parent().width()
  3.             - $('.container:first-child').width()
  4.         $('.container:last-child').width(containerWidth);
  5.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement