$.get('cities.html', function(data) { $('.scroll-pane').html(data); $('.scroll-pane').jScrollPane();});
