Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $('#content').click(function(){
  2. $(this ).animate({
  3. width: "300px"
  4. }, 200, function() {
  5. });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement