Lines Matching refs:width
489 targetRect.width = $target.width();
649 width: videoWidth, property
1145 var width = $('#devdoc-nav').width();
1148 .css({'width':width+'px'}) property
1537 var liSize = o.vertical ? height(li) : width(li);
1541 li.css({width: li.width(), height: li.height()}); property
1653 function width(el) { function
1724 var content_width = $(frame).find('ul').width();
1756 function width(el) { function
2820 $dragBar.css({'width': $dragBar.parent().width() - 5 + "px"}); property
2977 node.plus_img.width = "8";
3623 var css = { 'width': $widget.width() + 'px', property
4265 $widget.width($(window).width());
4324 var width = $widget.width();
4335 .css({left:$li.position().left + 'px', width:$li.outerWidth() + 'px'}) property
4343 $(this).css({position: 'absolute', left: index > 0 ? width + 'px' : '0'});
4353 $toTab.css({left:(width * dir) + 'px'});
4354 $curTab.animate({left:(width * -dir) + 'px'});
4359 width:$($li[toIndex]).outerWidth() + 'px'}) property