var $li = $('li');
    $li.text( $li.text().substr(6) );
				
			
  • blahah Hello this is where I want to display from...