jQuery Toggle question
jQuery Toggle question
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- ********0
wrong: $('#element').stop().animate({ height : '100%'; }, 400);right: $('#element').stop().animate({ height : '100%' }, 400);
wrong: $('#element').stop().animate({ height : '100%'; }, 400);
right: $('#element').stop().animate({ height : '100%' }, 400);