Example #1
var morningResult = 'undefined yet';
var testHTML = '';
testHTML += 'Alert Link';
testHTML += 'Confirm Link';
testHTML += 'H2 SAMPLE TEXT
';
$('#test1').nutritionLabel({
showServingUnitQuantity : false,
itemName : 'Bleu Cheese Dressing',
ingredientList : 'Bleu Cheese Dressing',
decimalPlacesForQuantityTextbox : 2,
valueServingUnitQuantity : 1,
allowFDARounding : true,
decimalPlacesForNutrition : 2,
showPolyFat : false,
showMonoFat : false,
valueCalories : 450,
valueFatCalories : 430,
valueTotalFat : 48,
valueSatFat : 6,
valueTransFat : 0,
valueCholesterol : 30,
valueSodium : 780,
valueTotalCarb : 3,
valueFibers : 0,
valueSugars : 3,
valueProteins : 3,
valueVitaminD : 1.22,
valuePotassium_2018 : 4.22,
valueCalcium : 7.22,
valueIron : 11.22,
valueCaffeine : 15.63,
showCustomFooter : true,
valueCustomFooter : testHTML,
showLegacyVersion : false
});