Lines Matching full:body
60 $body = $($menu.data('body')),
102 // Prepare page if container is body
103 if($body.is('body')){
110 $body.addClass('sidr-animating').css({
111 width: $body.width(),
129 $body.removeClass('sidr-animating');
156 if($body.is('body')){
160 $body.addClass('sidr-animating').animate(bodyAnimation, speed).removeClass(bodyClass);
163 $body.removeAttr('style');
171 $body.removeClass('sidr-animating');
219 body : 'body', // Page container selector, property
220 displace: true, // Displace the body content or not
232 .appendTo($('body'));
242 body : settings.body, property