Expand Collapse menu effect jquery

by satheeshkumar 2012-07-23 14:19:05

Expand Collapse menu effect jquery,

To Expand Right -
$('#selector').animate({ width: 'show' });
To Collapse Left -
$('#selector').animate({ width: 'hide' });
853
like
0
dislike
0
mail
flag

You must LOGIN to add comments