$(document).ready(function () {

	$('input#breakfast_value').val($('span#breakfast_value_selector').text().replace(/\s/, ""));	

});