Cart 0

Portable Ballet Barre



Portable Ballet Barres are light and easy to erect. Made with a durable powder coated frame and a solid 47mm diameter polished hardwood barre, the portable ballet barre is 2m long and has fully adjustable height, from 750mm to 1050mm. The following variants are available:

  • Portable single barre
  • Portable double barre
  • Portable double adjustable junior & senior barre
  • Attachable extension
  • Double adjustable extension

 

Ballet Barres

$("#SiteNav li ul").each(function(){ var len = jQuery(this).find('li').length; if(len > 9){ $.fn.extend( { list2Columns: function(numCols) { var listItems = $(this).find('li'); /* get the list data */ var listHeader = $(this); var numListItems = listItems.length; var numItemsPerCol = Math.ceil(numListItems / numCols); /* divide by the number of columns requires */ var currentColNum = 1, currentItemNumber = 1, returnHtml = '', i = 0; var classname = $(this).parent().attr('id'); /* append the columns */ for (i=1;i<=numCols;i++) { $(this).parent().append(''); } /* append the items to the columns */ $.each(listItems, function (i, v) { if (currentItemNumber <= numItemsPerCol){ currentItemNumber ++; } else { currentItemNumber = 1; currentColNum ++; } $('.list-column-'+classname+currentColNum).append(v); }); $(this).parent().addClass('expended-div'); $(this).remove(); /*clean previous content */ } }); $(this).list2Columns(3); } });